Just a quick note. I've just got back to this from some time off so I might have missed something. I've updated to the version 2.4.0.
In my controller, when I find a user by the req.user.id object, if it's a refresh token I get a string with an id but if it's an access token, I get the entire object in a string.
Hey
Just a quick note. I've just got back to this from some time off so I might have missed something. I've updated to the version 2.4.0.
In my controller, when I find a user by the req.user.id object, if it's a refresh token I get a string with an id but if it's an access token, I get the entire object in a string.
Aren't they both meant to return the same object?
Thanks