authentication by email/password
See original GitHub issueI need to enable authentication by email/password for my API. This is not basic http auth, as I need to verify the data from a MySQL database.
Would it make sense to create a new “provider” package serverless-authentication-database, that will generate some sort of authorization_token which will return the user id ?
There’s a lot of security issues to worry about here, hence I’d love to get your input before I get started.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Authenticate with Firebase using Password-Based Accounts ...
In the Firebase console, open the Auth section. On the Sign in method tab, enable the Email/password sign-in method and click Save. Create...
Read more >Passwordless Authentication with Email - Auth0
Navigate to Auth0 Dashboard > Authentication > Passwordless, and enable the Email switch. Select your Email Syntax, and enter your email's From, Subject,...
Read more >Email and Password Authentication - A Complete Guide to ...
Email /password authentication is probably the most popular method of authentication used today. It allows users to register and sign in to our...
Read more >Email/Password Authentication — Atlas App Services
Email /password authentication allows users to create an identity in your application based on a username and a password. To enable Email/password authentication...
Read more >Firebase For Web: Authentication - Auth with Email ... - Medium
Auth with Email and Password · 1) Sign Up New User · 2) Sign In User · 3) Set an authentication state observer...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Guess it makes sense 😃 A bit busy atm, but hopefully I’ll be able to set some time aside next month to work on this, thanks for the feedback!
I’ve been using this project to register users with emails. It doesn’t use user-pools, but instead creates a new developer identity using emails.
I’m considering using this library as it’s designed for the serverlesss framework, but would have email registration also.
Looking forward to an update 😃