Implementing an Authentication in a Ruby on Rails API-only Project using Devise and JWT
In this comprehensive guide, we explore implementing authentication mechanisms within a Ruby on Rails API-only project. Harnessing the power of two formidabletools Devise and JSON Web Tokens (JWT), we delve into creating a robust authentication syste...
Emilzon Jeronimo
That library has many errors, for example if you sign in and then sign out, the JTI in User table changes, but the funny thing is that if you sign out again with the last access token, the endpoint returns error because "Couldn't find an active session." but the JTI changes anyway, it doesn't make sense. Also, if you do logout the JTI changes for all users. : (