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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
This endpoint exchanges user login details for a token that can be used to make subsequent requests (e.g. read privacy requests currently in progress).
The token should expire within a reasonable timeframe.
The token should be provided by an OAuth client created especially for the admin UI.
POST /api/v1/logout/
A logged in user hits this endpoint with their authentication token, which is then invalidated, subsequently logging the user out.
The text was updated successfully, but these errors were encountered:
Add user login/logout endpoints. Login provides a token with all scopes (for now) that can be used to help you authenticate requests. Hitting the logout endpoint with this same token will delete the client all together.
Add user login/logout endpoints. Login provides a token with all scopes (for now) that can be used to help you authenticate requests. Hitting the logout endpoint with this same token will delete the client all together.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a specific problem?
To support the Fidesops Admin UI, we need endpoints to manage user authentication.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: