diff --git a/docs/sections/oauth2.rst b/docs/sections/oauth2.rst index 0930a1f..6dde5cc 100644 --- a/docs/sections/oauth2.rst +++ b/docs/sections/oauth2.rst @@ -8,7 +8,7 @@ Because OIDC is a layer on top of the OAuth 2.0 protocol, this package also give Protecting Views ================ -Here we are going to protect a view with a scope called ``testscope``:: +Here we are going to protect a view with a scope called ``read_books``:: from django.http import JsonResponse from django.views.decorators.http import require_http_methods