Closed karlbenedict closed 3 years ago
To enable client developer to customize user interface based on authenticated user type, return the user type with the token. This would allow the client to read the content of the cookie and customize the user interface accordingly.
Would this work? https://esip-dev-02.edacnm.org/user/groups
An empty array like {"groups": []} means the user is not logged in.
{"groups": []}
I expect that that would work.
To enable client developer to customize user interface based on authenticated user type, return the user type with the token. This would allow the client to read the content of the cookie and customize the user interface accordingly.