Skip to content

Commit

Permalink
Merge pull request #327 from SpyTec/patch-1
Browse files Browse the repository at this point in the history
docs(DRF): Fix OIDC_DRF_AUTH_BACKEND reference
  • Loading branch information
John Giannelos committed Nov 26, 2019
2 parents 8993492 + 1feef50 commit 2718148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/drf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ figure that out. Alternatively, you can manually set the OIDC backend to use:

.. code-block:: python
OIDC_DRF_AUTH_BACKEND = 'mozilla_django_oidc.OIDCAuthenticationBackend'
OIDC_DRF_AUTH_BACKEND = 'mozilla_django_oidc.auth.OIDCAuthenticationBackend'

0 comments on commit 2718148

Please sign in to comment.