HibyteIntern / internal-betting-be

Internal Hibyte betting platform back end
0 stars 0 forks source link

Jwt service#19 #20

Closed DanceaRadu closed 5 months ago

DanceaRadu commented 5 months ago

Added a service for decoding JWT tokens. This service will provide the UserProfile and the user permissions associated with a keycloak id. For the time being, the service considers every account a 'USER', but once we more clearly define the roles in keycloak, the service will return those roles as well.