futuramaapi icon indicating copy to clipboard operation
futuramaapi copied to clipboard

Tokens infrastructure

Open koldakov opened this issue 1 year ago • 0 comments

Currently futuramaapi.routers.tokens.schemas.DecodedUserToken has only 2 types: access and refresh.

Shall activate/password change/other token have it's own type?

From the 1 hand with activate/password change token people can access users info, but from the other hand that's an access token itself. Not sure about the logic here

koldakov avatar Jun 17 '24 11:06 koldakov