From d32d85524952f43f0bbc60f12c206b53503b4fc9 Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Fri, 14 Jun 2019 15:30:15 +0000 Subject: [PATCH] * Updated coka/wsse-authentication-bundle recipe. --- .../1.0/config/packages/oka_wsse_authentication.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml index 2718420b..06997e2b 100644 --- a/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml +++ b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml @@ -1,2 +1,4 @@ oka_wsse_authentication: db_driver: orm + nonce: + save_path: '%kernel.cache_dir%/oka_wsse/nonces'