Skip to content

Check Oauth user token against Hydra #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ArayB opened this issue Feb 28, 2022 · 1 comment · Fixed by #21
Closed

Check Oauth user token against Hydra #20

ArayB opened this issue Feb 28, 2022 · 1 comment · Fixed by #21

Comments

@ArayB
Copy link
Contributor

ArayB commented Feb 28, 2022

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

@ArayB ArayB self-assigned this Feb 28, 2022
@create-issue-branch
Copy link
Contributor

Branch issues/20-Check_Oauth_user_token_against_Hydra created!

create-issue-branch bot pushed a commit that referenced this issue Feb 28, 2022
@ArayB ArayB closed this as completed in #21 Mar 1, 2022
ArayB added a commit that referenced this issue Mar 1, 2022
…_Hydra

Check Oauth user token against Hydra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant