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
Showing only changes of commit c52b8054f7 - Show all commits

View file

@ -44,7 +44,7 @@ class Command(BaseCommand):
parser.add_argument( parser.add_argument(
self.redirect_uri_key, self.redirect_uri_key,
type=str, type=str,
help="The username of user who will own this app", help="The redirection URI of relying party/client",
realaravinth marked this conversation as resolved Outdated

help needs to be changed

help needs to be changed

done, thanks!

done, thanks!
) )
def handle(self, *args, **options): def handle(self, *args, **options):