I want use json web token in my new project. In this project, I use angularjs and ruby on rails in this project.
Now I want use jwt in project. Before I use devise for user management in back end server, but now I don't know is true that I use devise with jwt or not. By information that I find, devise is work by session, and one of the perpose of jwt is remove the session.
Question: Is it correct to use devise with jwt or I have to write a simple user management instead of devise and just save user information (email and password) on database?