Api firewall is now defined as stateless.
This commit is contained in:
parent
ef29705a37
commit
182d4f49fa
|
@ -18,6 +18,7 @@ security:
|
||||||
security: false
|
security: false
|
||||||
api:
|
api:
|
||||||
pattern: ^/api/
|
pattern: ^/api/
|
||||||
|
stateless: true
|
||||||
anonymous: true
|
anonymous: true
|
||||||
main:
|
main:
|
||||||
pattern: ^/
|
pattern: ^/
|
||||||
|
|
Loading…
Reference in a new issue