TT#84401 store session cookies for jwt auth

Change-Id: Ie4e2792d230434cacdc4ee810fa49f6d9b2b3255
changes/82/41082/1
Kirill Solomko 5 years ago
parent e656949fd1
commit ddd35a292e

@ -172,7 +172,6 @@ __PACKAGE__->config(
user_model => 'DB::admins',
store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm',
},
use_session => 0,
},
api_admin => {
credential => {
@ -290,7 +289,6 @@ __PACKAGE__->config(
user_model => 'DB::admins',
store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm',
},
use_session => 0,
},
api_admin_system => {
credential => {

Loading…
Cancel
Save