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

The fork #10

Draft
wants to merge 18 commits into
base: base_before_diverging
Choose a base branch
from
Draft

The fork #10

wants to merge 18 commits into from

Conversation

stefanfoulis
Copy link
Owner

@stefanfoulis stefanfoulis commented Mar 12, 2025

These are all the changes we currently have. We're in the process of rebasing/cherry-picking these changes over to upstream develop in #7 .

stefanfoulis and others added 18 commits December 19, 2018 15:35
Instead of using a ResponseType model and a ManyToMany relationship to Client, use a custom field that saves the selected response_types in a TextField.
creation of the Code, Token and UserConsent model instances are now configurable. A customized function could store additional information or do additional checks.
We've decided to provide this kind of extendability in a other way. To reduce complexity we're removing this feature again.
For Token.access_token and Token.refresh_token.
Added fields that contain a hashed version of the token that is indexed for quick lookup.
Works for dynamically altering `expires_at` in `create_token`, `create_code` and `update_or_create_user_consent`.
When not authenticated all requests used to be redirected to OIDC_LOGIN_URL.
Now a function can be provided that dynamically decides what login_url to use.
Otherwise we get CORS errors when the browser pre-checks the CORS situation.
add force_consent feature in order to skip the consent step
* Fixed signals
* Fixed failing test
* Added support for django 4.0, django 4.1 and django 4.2
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