DEV Community

Cover image for Complete login system with Node.js & Vue.js | RestAPI & JWT | Part [1/2]

Complete login system with Node.js & Vue.js | RestAPI & JWT | Part [1/2]

webdeasy.de on November 16, 2019

Originally published on webdeasy.de! In this article you will learn how to use Node.js, JWT (JSON Web Tokens) and MySQL to create your own RestAPI...
Collapse
 
treboryx profile image
Robert

Looks good! By the way, you forgot a paragraph in German in there!

Is this project in a git repository?

Collapse
 
webdeasy profile image
webdeasy.de

Oh, thanks, I fixed it! :)
There is no git repo...

Collapse
 
treboryx profile image
Robert

You should make a repo for it! I think there are some things that I'm missing and the repo with the completed project would help.

Thanks!

Thread Thread
 
webdeasy profile image
webdeasy.de

You can get the whole code from the article. Every important file is pasted and explained in it. :)

Collapse
 
rohansawant profile image
Rohan Sawant

JSON Web tokens, this is exactly what I was looking for! Nice!