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 da060bb commit 3ecc30fCopy full SHA for 3ecc30f
core/jwt.md
@@ -90,6 +90,7 @@ 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