forked from wallabag/wallabag
authentication on API
This commit is contained in:
@ -16,9 +16,11 @@ security:
|
||||
# the main part of the security, where you can set up firewalls
|
||||
# for specific sections of your app
|
||||
firewalls:
|
||||
#wsse_secured:
|
||||
# pattern: /api/.*
|
||||
# wsse: true
|
||||
wsse_secured:
|
||||
pattern: /api/.*
|
||||
wsse: true
|
||||
stateless: true
|
||||
anonymous: true
|
||||
login_firewall:
|
||||
pattern: ^/login$
|
||||
anonymous: ~
|
||||
|
||||
Reference in New Issue
Block a user