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

Handle JWT response data in userinfo endpoint #85

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

sergei-maertens
Copy link
Member

@sergei-maertens sergei-maertens commented Feb 6, 2024

Closes #83

@sergei-maertens
Copy link
Member Author

After this PR I want to go over the code again and update the type annotations to use friendlier syntax since Python 3.10

@sergei-maertens sergei-maertens force-pushed the feature/83-jwt-userinfo-response branch 2 times, most recently from 64d6193 to 3998c42 Compare February 6, 2024 13:09
.github/workflows/ci.yml Outdated Show resolved Hide resolved
docker/README.md Outdated Show resolved Hide resolved
mozilla_django_oidc_db/mixins.py Outdated Show resolved Hide resolved
mozilla_django_oidc_db/mixins.py Outdated Show resolved Hide resolved
mozilla_django_oidc_db/backends.py Outdated Show resolved Hide resolved
mozilla_django_oidc_db/jwt.py Outdated Show resolved Hide resolved
@sergei-maertens
Copy link
Member Author

I've processed a bunch of feedback via #86 so that I can pull apart the changesets into more atomic commits

@sergei-maertens sergei-maertens marked this pull request as ready for review February 7, 2024 14:16
@sergei-maertens sergei-maertens merged commit 7ffe295 into master Feb 7, 2024
8 checks passed
@sergei-maertens sergei-maertens deleted the feature/83-jwt-userinfo-response branch February 7, 2024 14:19
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.

Support getting user info from JWT in userinfo endpoint
2 participants