NOTICKET: Refactor with sessions. Now holds auth on server
authorKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Fri, 24 Mar 2017 05:08:50 +0000 (01:08 -0400)
committerKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Fri, 24 Mar 2017 05:08:50 +0000 (01:08 -0400)
commit5a83ca0dc3306b54e1db18b9e05e860fed21324e
tree2e660149ac4ed0d2dca236d8760901f37c0266a6
parentde8cda680ce17b1555789bf2f4d3145c0d4d4849
NOTICKET: Refactor with sessions. Now holds auth on server

Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
27 files changed:
skyquake/framework/core/api_utils/constants.js
skyquake/framework/core/api_utils/sockets.js
skyquake/framework/core/api_utils/utils.js
skyquake/framework/core/modules/api/descriptorModelMetaAPI.js
skyquake/framework/core/modules/api/projectManagementAPI.js
skyquake/framework/core/modules/api/restconf.js
skyquake/framework/core/modules/api/sessions.js [new file with mode: 0644]
skyquake/framework/core/modules/api/userManagementAPI.js
skyquake/framework/core/modules/routes/configuration.js
skyquake/framework/core/modules/routes/navigation.js
skyquake/framework/core/modules/routes/sessions.js [new file with mode: 0644]
skyquake/framework/core/views/login.html [new file with mode: 0644]
skyquake/framework/utils/utils.js
skyquake/package.json
skyquake/plugins/about/api/about.js
skyquake/plugins/accounts/api/accounts.js
skyquake/plugins/accounts/api/cloud_account/cloudAccount.js
skyquake/plugins/accounts/api/config_agent/configAgent.js
skyquake/plugins/accounts/api/sdn_account/sdnAccount.js
skyquake/plugins/composer/api/composer.js
skyquake/plugins/composer/api/packageFileHandler.js
skyquake/plugins/config/api/ro.js
skyquake/plugins/debug/api/debug.js
skyquake/plugins/launchpad/api/launchpad.js
skyquake/plugins/logging/api/logging.js
skyquake/plugins/logging/api/transforms.js
skyquake/skyquake.js