DEV Community

Discussion on: User Authentication + JWT Authorization With Flutter and Node

Collapse
 
paikman7 profile image
paikman7

Also, would this be a similar structure to creating a email/password authentication system?

Collapse
 
carminezacc profile image
Carmine Zaccagnino

It's pretty much the same thing, email authentication usually involves validating the email address, sending confirmation emails and allowing for password reset. Without those features it's exactly the same thing, you can just use an email as the username.