We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c961a commit ade07ecCopy full SHA for ade07ec
README.rst
@@ -74,5 +74,7 @@ you can use the ``COGNITO_USER_MODEL`` setting.
74
COGNITO_USER_MODEL = "myproject.AppUser"
75
76
The library by default uses id token. To use access token, add the following lines to your Django ``settings.py`` file:
77
-.. {'id', 'access'} Default: 'id'
78
-COGNITO_TOKEN_TYPE = 'access'
+
+.. code-block:: python
79
80
+ COGNITO_TOKEN_TYPE = "access" # '{'id', 'access'} Default: 'id'
0 commit comments