anonymous set to '~' in 'api' firewall.
This commit is contained in:
parent
94e4ffe328
commit
43d5d39a92
|
@ -20,8 +20,8 @@ security:
|
|||
security: false
|
||||
api:
|
||||
pattern: ^/api/
|
||||
anonymous: ~
|
||||
stateless: true
|
||||
anonymous: true
|
||||
simple_preauth:
|
||||
authenticator: App\Security\ApiTokenAuthenticator
|
||||
provider: api_token_provider
|
||||
|
|
Loading…
Reference in a new issue