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
To authenticate users we will expect an authorization header to be sent with requests containing the user's auth token.
The application will validate this token with the Hydra admin endpoint to ensure it is still valid, and obtain the user's ID.
This ID can then be used to store against created records and authorize user access to records.
To authenticate users we will expect an authorization header to be sent with requests containing the user's auth token.
The application will validate this token with the Hydra admin endpoint to ensure it is still valid, and obtain the user's ID.
This ID can then be used to store against created records and authorize user access to records.
See https://github.com/RaspberryPiFoundation/digital-editor/issues/7
The text was updated successfully, but these errors were encountered: