macielti / porteiro

A microservice for users and authentication management
Other
6 stars 0 forks source link

Add endoint to be able to add roles to user entity #31

Closed macielti closed 2 years ago

macielti commented 2 years ago

We need an interceptor that checks if the user has some role so we can require specific roles to be able to call some endpoints.

macielti commented 2 years ago

Interceptor to decode JWToken like the ones in dumbo service.

macielti commented 2 years ago

Change the way that we manage sessions.

macielti commented 2 years ago

Remove old auth interceptor. The user identity should take care of that.

macielti commented 2 years ago

Only admin users can attach roles to other users.