Skip to content

Commit 48671dd

Browse files
committed
Revert "fix: allow accessing the JSON-LD context with JWT (#1225)"
This reverts commit 3ecc30f.
1 parent dd1e7f4 commit 48671dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/jwt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ 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
9493
- { path: ^/authentication_token, roles: IS_AUTHENTICATED_ANONYMOUSLY }
9594
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
9695
```

0 commit comments

Comments
 (0)