feat: install django-oauth-toolkit to implement OpenID Connect #1

Merged
realaravinth merged 6 commits from realaravinth/mystiq-sso:wip-oidc into master 2022-08-22 15:01:07 +05:30
Owner

Changes

  • install django-oauth-toolkit
  • make: setup for testing and coverage
  • CI: setup for testing and coverage
  • Add management command to create new OIDC application(python manage.py create_oidc) and relevant docs

ref: mystiq/MVP#13

## Changes - install django-oauth-toolkit - make: setup for testing and coverage - CI: setup for testing and coverage - Add management command to create new OIDC application(`python manage.py create_oidc`) and relevant docs ref: https://git.batsense.net/mystiq/MVP/issues/13
requested review from alan2000alex 2022-08-22 13:35:38 +05:30
@ -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

help needs to be changed

done, thanks!

done, thanks!
realaravinth marked this conversation as resolved
fix: create_oidc cmd help menu
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
c52b8054f7
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mystiq/sso#1
No description provided.