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
right now, at every request, we are querying an api on proca-server that:
validate the jwt
returns the list of orgs belonging to the user
to improve performance, we could cache the result of that request for the duration of the jwt validity and check if the roles are in the cache before hitting the server
The text was updated successfully, but these errors were encountered:
right now, at every request, we are querying an api on proca-server that:
to improve performance, we could cache the result of that request for the duration of the jwt validity and check if the roles are in the cache before hitting the server
The text was updated successfully, but these errors were encountered: