# Functions
Adds a role to the user with the given id.
Redirects the client to the OAuth authorization url of the specified provider.
Gets the roles for the current user.
Gets the roles for the user with the given id.
Responds with a list of valid roles
*/.
Responds with a list of user with the requested role
*/.
Converts a valid OAuth authorization code in the request body to an OAuth token.
Responds with a new JWT token for the user, with updated information.
Removes a role for the user with the given id.
No description provided by the author