Skip to content

Commit 3ecc30f

Browse files
authored
fix: allow accessing the JSON-LD context with JWT (#1225)
1 parent da060bb commit 3ecc30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/jwt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ security:
9090

9191
access_control:
9292
- { path: ^/docs, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Allows accessing the Swagger UI
93+
- { path: ^/contexts, roles: IS_AUTHENTICATED_ANONYMOUSLY } # Allows accessing the JSON-LD context
9394
- { path: ^/authentication_token, roles: IS_AUTHENTICATED_ANONYMOUSLY }
9495
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
9596
```

0 commit comments

Comments
 (0)