chipilov
07/06/2022, 12:28 PMchipilov
07/06/2022, 12:30 PMScott P
07/06/2022, 2:03 PMservice_role
and anon
users (specified as 'role' inside the JWT).
As I understand it, when a user logs in, their role is graduated from anon
to authenticated
and their account UUID and a few other bits of information are minted into a new JWT that is sent to the user.
As far as I'm aware, the other roles don't play a part in executing user requests but are instead used for other functionality within the stack (not sure on specifics unfortunately)chipilov
07/06/2022, 4:27 PMScott P
07/06/2022, 5:11 PMauthenticated
. Other users = anon
chipilov
07/06/2022, 9:17 PM