From e46aec6c3e4554fb76e0fc244fe636a23285a91f Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Fri, 12 Nov 2021 22:04:45 +0100 Subject: [PATCH] fix: remove anonymous option under firewall --- core/jwt.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/jwt.md b/core/jwt.md index e79beb282cd..d3d6d954d7b 100644 --- a/core/jwt.md +++ b/core/jwt.md @@ -138,11 +138,9 @@ security: api: pattern: ^/api/ stateless: true - anonymous: true provider: app_user_provider jwt: ~ main: - anonymous: true json_login: check_path: /authentication_token username_path: email