Go to the source code of this file.
|
def | webui.auth.cookieauth._createCheckVal (username, issued_at, pw_hash, vcode) |
|
def | webui.auth.cookieauth.checkLoginCookie (ncgi, logincookie, authdb, username, userRec) |
|
def | webui.auth.cookieauth.clearLoginCookie (ncgi, username, domain=None) |
|
def | webui.auth.cookieauth.generateCookie (username, pw_hash) |
|
def | webui.auth.cookieauth.getDomain (hdf) |
|
def | webui.auth.cookieauth.getPersistCookie (hdf) |
|
def | webui.auth.cookieauth.issueLoginCookie (ncgi, authdb, username, pw_hash, persist=None) |
|
def | webui.auth.cookieauth.main (argv, stdout, environ) |
|
def | webui.auth.cookieauth.parseLoginCookie (ncgi) |
|
def | webui.auth.cookieauth.setPersistCookie (ncgi, persist) |
|
def | webui.auth.cookieauth.test () |
|
def | webui.auth.cookieauth.usage (progname) |
|