Functions | |
def | create_engine |
def | check_auth |
def | authenticate |
def | requires_auth |
def | secret_page |
def | webgl |
def | random |
def | ttol |
def admin.authorization.authenticate | ( | ) |
Sends a 401 response that enables basic auth
def admin.authorization.check_auth | ( | username, | ||
password | ||||
) |
This function is called to check if a username / password combination is valid.
def admin.authorization.create_engine | ( | ) |
def admin.authorization.random | ( | ) |
def admin.authorization.requires_auth | ( | f | ) |
def admin.authorization.secret_page | ( | ) |
def admin.authorization.ttol | ( | ) |
def admin.authorization.webgl | ( | ) |