We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8a4f2 commit 5829895Copy full SHA for 5829895
back-end/app/config/security.yml
@@ -21,6 +21,7 @@ security:
21
wsse_secured:
22
pattern: ^/api/.*
23
stateless: true
24
+ methods: [GET, POST, PUT]
25
wsse:
26
realm: "Secured with WSSE"
27
profile: "UsernameToken"
0 commit comments