Jwt.io for login

Hey guys!

I’m creating a login system and wants to use jwt.io (JSON web token) to it. Any of you guys have any experience with it? I’m kinda lost with the login system.

Thanks in regards :slight_smile:

Hi, this tuto helps me a lot in ionic2 to use jwt, i hope this can help you (server side is the same, but you have to adapt the front for ionic1) https://www.youtube.com/watch?v=f1xRKjEdU5E

1 Like

For an ionic application, do you have to create the server.js file? Don’t you just build it around the controllers and services? :slight_smile:

An ionic application need a server so you need the server.js file. Except if want to build your app with firebase https://www.firebase.com/docs/web/libraries/ionic/guide.html