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
For RBAC, authorization will occur after authentication, so we need the SessionManager to return the username for the session it is authenticating so it can be used in later steps for authorization. Store this information in context so it can be easily accessed by future Gin middleware/routes.
The text was updated successfully, but these errors were encountered:
Description
For RBAC, authorization will occur after authentication, so we need the
SessionManager
to return the username for the session it is authenticating so it can be used in later steps for authorization. Store this information in context so it can be easily accessed by future Gin middleware/routes.The text was updated successfully, but these errors were encountered: