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 dd1e7f4 commit 48671ddCopy full SHA for 48671dd
core/jwt.md
@@ -90,7 +90,6 @@ security:
90
91
access_control:
92
- { path: ^/docs, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Allows accessing the Swagger UI
93
- - { path: ^/contexts, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Allows accessing the JSON-LD context
94
- { path: ^/authentication_token, roles: IS_AUTHENTICATED_ANONYMOUSLY }
95
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
96
```
0 commit comments