From b3580028292d2927564020e8143bc1f659ef0ab3 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 6 Sep 2017 14:21:23 +0800 Subject: hide cas ticket from web portal In the previous implementation, when login the url will shown as: http://localhost:8000/?ticket=ST-5WzYs6SD2A#/ this patch aims to hide the ticket mechanism. 1) add /api/v1/auth/signin_return to process login verify 2) refactor code, leverage SignBaseHanlder() to manage casclient Change-Id: I62e23eb69ee52304c30753e861b4f0a4e0d45541 Signed-off-by: SerenaFeng --- testapi/opnfv_testapi/common/constants.py | 1 - 1 file changed, 1 deletion(-) (limited to 'testapi/opnfv_testapi/common/constants.py') diff --git a/testapi/opnfv_testapi/common/constants.py b/testapi/opnfv_testapi/common/constants.py index b37ebb3..70c9223 100644 --- a/testapi/opnfv_testapi/common/constants.py +++ b/testapi/opnfv_testapi/common/constants.py @@ -2,4 +2,3 @@ TESTAPI_ID = 'testapi_id' CSRF_TOKEN = 'csrf_token' ROLE = 'role' TESTAPI_USERS = ['opnfv-testapi-users'] -USER_TABLE = 'users' -- cgit 1.2.3-korg