Deploy JWT using a developer or other user management

I want to use json web tokenin my new project. In this project I use angularjs, and ruby on railsin this project.

Now I want to use jwtin the project. Before using deviseto manage users on the back server, but now I do not know what I use devisewith jwtor not. According to information that I find works by means , and one option - to remove the session. devisesessionjwt

Question: Is it correct to use devisewith, jwtor do I need to write a simple user management instead of developing and simply storing user information (email address and password) in a database?

+4
source share
1 answer

I wrote an example mentioned by @pankas. Here you can see the passage of the screencasts: https://www.youtube.com/watch?v=_CAq-F2icp4

, , JWT. , ? , , . , , - . , . , , . , .

+2

All Articles