When I create a session, using this gem, I'm expecting to get the access token, refresh token and fingerprint as response but got the user instead.
Shouldn't this gem override the Devise SessionsController in order to return the tokens and add a /me and /renew endpoints allowing one to create a session, get the tokens, retrieving the user's data and renew token from the Devise controller?
In other words, how to use this gem with a React (or whatever JavaScript) application?