swift_browser_ui.ui.login

A module for handling the project login related tasks.

Functions

credentials_login_end(request)

Handle the login procedure with classic POST.

handle_login(request)

Create new session cookie for the user.

handle_logout(request)

Properly kill the session for the user.

login_with_token(request, token)

Log in a session with token.

sso_query_begin(_)

Display login page and initiate federated keystone authentication.

sso_query_end(request)

Handle the login procedure return from SSO or user from POST.

test_token(formdata, request)

Validate unscoped token.