feat: install django-oauth-toolkit to implement OpenID Connect #1
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mystiq/sso#1
Loading…
Reference in a new issue
No description provided.
Delete branch "realaravinth/mystiq-sso:wip-oidc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
python manage.py create_oidc
) and relevant docsref: mystiq/MVP#13
@ -0,0 +44,4 @@
parser.add_argument(
self.redirect_uri_key,
type=str,
help="The username of user who will own this app",
help needs to be changed
done, thanks!