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?
给我你的怀抱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.