You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently service should be not used as a public service because of lack of authorization management.
The goal is to add JWT authorization for resources.
As I imagine there will be 2 roles:
consumer - access to all api methods with restriction to manage only messages with appropriate identifier
admin - access to all api methods without any restrictions
JWT should contain identifier in payload to identify available resources
The text was updated successfully, but these errors were encountered:
Currently service should be not used as a public service because of lack of authorization management.
The goal is to add JWT authorization for resources.
As I imagine there will be 2 roles:
JWT should contain identifier in payload to identify available resources
The text was updated successfully, but these errors were encountered: