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 1c33bfc commit 2ef14c5Copy full SHA for 2ef14c5
oauth2_provider/urls.py
@@ -34,7 +34,7 @@
34
# .well-known/openid-configuration/ is deprecated
35
# https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
36
# does not specify a trailing slash
37
- # Support for trailing slash should shall be removed in a future release.
+ # Support for trailing slash shall be removed in a future release.
38
re_path(
39
r"^\.well-known/openid-configuration/?$",
40
views.ConnectDiscoveryInfoView.as_view(),
0 commit comments