From 07bbb1900acc411da012291f6c0530230a1110e0 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 23 Dec 2015 00:54:27 +0100 Subject: Added Autolog to TokenRefresh Widget --- afb-client/app/Frontend/etc/ConfigApp.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'afb-client/app/Frontend/etc') diff --git a/afb-client/app/Frontend/etc/ConfigApp.js b/afb-client/app/Frontend/etc/ConfigApp.js index 22cf220..27e2e3e 100644 --- a/afb-client/app/Frontend/etc/ConfigApp.js +++ b/afb-client/app/Frontend/etc/ConfigApp.js @@ -17,12 +17,15 @@ appli : 'images/appli/' }, - api: { // Warning paths should end with / - token : '/api/token/' + myapi: { // Warning paths should end with / + token : '/api/myplugin/xxxx' }, session: { // Those data are updated by session service + create : '/api/token/create', refresh : '/api/token/refresh', + check : '/api/token/check', + reset : '/api/token/reset', ping : '/api/token/check', initial : '123456789', // typical dev initial token timeout : 3600, // timeout is updated client sessin context creation -- cgit 1.2.3-korg