You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should not be doing password hashing, registration stuff etc. by hand. Node.js already has really good support in the form of passport.js. The equivalents in other frameworks are Devise and Django-allauth.
The text was updated successfully, but these errors were encountered:
It should be possible to use any Node modules such as passport directly from Macchiato. I'd be open to a registration/auth wrapper library based on Passport.js.
Users should not be doing password hashing, registration stuff etc. by hand. Node.js already has really good support in the form of passport.js. The equivalents in other frameworks are Devise and Django-allauth.
The text was updated successfully, but these errors were encountered: