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
Currently
futuramaapi.routers.tokens.schemas.DecodedUserTokenhas 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