File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Be sure you are passing the ID Token JWT from Cognito as the authentication head
6565Using the Access Token will work for authentication only but we're unable to use the `get_or_create_for_cognito ` method with the Access Token.
6666
6767
68- (Optional) If you want to youse a different user model then the default DJANGO_USER_MODEL
68+ (Optional) If you want to use a different user model then the default DJANGO_USER_MODEL
6969you can use the ``COGNITO_USER_MODEL `` setting.
7070
7171.. code-block :: python
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Be sure you are passing the ID Token JWT from Cognito as the authentication head
4949Using the Access Token will work for authentication only but we're unable to use the `get_or_create_for_cognito ` method with the Access Token.
5050
5151
52- (Optional) If you want to youse a different user model then the default DJANGO_USER_MODEL
52+ (Optional) If you want to use a different user model then the default DJANGO_USER_MODEL
5353you can use the ``COGNITO_USER_MODEL `` setting.
5454
5555.. code-block :: python
You can’t perform that action at this time.
0 commit comments