Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offload Registration/User Auth to Passport.js #36

Open
Immortalin opened this issue Sep 13, 2018 · 1 comment
Open

Offload Registration/User Auth to Passport.js #36

Immortalin opened this issue Sep 13, 2018 · 1 comment

Comments

@Immortalin
Copy link

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.

@yogthos
Copy link
Member

yogthos commented Sep 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants