]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/security.yml
authentication on API
[github/wallabag/wallabag.git] / app / config / security.yml
index e161c3b53b911f70f77443f51c30609fa52263ff..4a798e56fb16be9dfaeb27e4bf500bb4d5f8a343 100644 (file)
@@ -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:  ~