Skip to content

Commit

Permalink
Fix documentation for TokenVerificationMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Feb 8, 2024
1 parent d593f18 commit 0c1df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This middleware makes sure that access tokens of users are still valid. It is no
# settings.py
MIDDLEWARE = [
...,
"simple_openid_connect.integrations.django.TokenVerificationMiddleware",
"simple_openid_connect.integrations.django.middleware.TokenVerificationMiddleware",
]

Add url routes
Expand Down

0 comments on commit 0c1df29

Please sign in to comment.