Skip to content
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

Set access token in header for userinfo route #11

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

guzman-raphael
Copy link
Contributor

This PR addresses the following:

  • Use header method to specify access_token for userinfo endpoint since Keycloak does not support query parameter method. This approach seems to be more broadly accepted.
  • Update tests to be more general/portable for others to run and validate.
  • Upgrades rust edition to support async await functionality (not currently used)

@Ernaldis Ernaldis merged commit c863d3e into datajoint-company:master Sep 16, 2022
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 this pull request may close these issues.

2 participants