DEV Community

Discussion on: Nodejs Starter - Full-Stack Vue Argon Design

Collapse
 
samuelojes profile image
DGAME

Thank you could u write a tutorial explaining the authentication in nodejs thanks

Collapse
 
sm0ke profile image
Sm0ke • Edited

Yep.
App uses JWT, where the token is generated based on the user credentials (user/pass).

jwt.io/introduction/

Take a look at this, might be useful.

Collapse
 
samuelojes profile image
DGAME

Thanks could your help with a tutorial that explains backend development with Javascript 👍👍 Read the backend code and understood it also learning but could u recommend more?

Thread Thread
 
sm0ke profile image
Sm0ke

Hello,
Thank you for your feedback.
I will provide more stuff related to boilerplate code and Nodejs starters in the near future.