search

Home  >  Q&A  >  body text

node.js - Node has any solutions similar to asp .net identity

Is there any solution for node similar to asp .net identity
Is there any better support for thinkjs or egg.js

Is there a better solution that supports third-party login

For example, oauth2-extensions supports google, facebook, github, bitly, feedly?

PHP中文网PHP中文网2700 days ago1232

reply all(1)I'll reply

  • 给我你的怀抱

    给我你的怀抱2017-07-06 10:38:10

    There is no need to copy asp.net to the world of nodejs. Express's identity authorization middleware can use Passport.js, which is very friendly and supports various third-party OAuth authorization. If you use mongodb, the bloated ORM can be completely abandoned.

    reply
    0
  • Cancelreply