maykinmedia / mozilla-django-oidc-db

Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users
MIT License
4 stars 0 forks source link

Handle JWT response data in userinfo endpoint #85

Closed sergei-maertens closed 7 months ago

sergei-maertens commented 7 months ago

Closes #83

sergei-maertens commented 7 months ago

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 commented 7 months ago

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