feat: install django-oauth-toolkit to implement OpenID Connect #1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Command(BaseCommand):
|
|||
parser.add_argument(
|
||||
self.redirect_uri_key,
|
||||
type=str,
|
||||
help="The username of user who will own this app",
|
||||
help="The redirection URI of relying party/client",
|
||||
)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
|
Reference in a new issue