DEV Community

Discussion on: The most simple stack to create basic CRUD web app with users?

Collapse
 
hopemanryan profile image
Ryan Hoffman

authentication is a tricky thing to learn, due to some key words like jwt bearer outh2 and stuff like that. I would initally start with an email verification. as in does this request contain an email of a user that saved in my system.

if you dont want to use your own server thats fine, you have firebase. but for the learning process I would use express and mongo, two pretty easy things to pick up.