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 843a1c1 commit 40003ddCopy full SHA for 40003dd
docs/oidc.rst
@@ -239,7 +239,7 @@ just return the same claims as the ID token.
239
240
To configure all of these things we need to customize the
241
``OAUTH2_VALIDATOR_CLASS`` in ``django-oauth-toolkit``. Create a new file in
242
-our project, eg ``my_project/oauth_validator.py``::
+our project, eg ``my_project/oauth_validators.py``::
243
244
from oauth2_provider.oauth2_validators import OAuth2Validator
245
0 commit comments