Package WebStack :: Package Helpers :: Module Auth
[show private | hide private]
[frames | no frames]

Module WebStack.Helpers.Auth

Authentication/authorisation helper classes and functions.
Classes
UserInfo A class used to represent user information in terms of the authentication scheme employed and the user details.

Function Summary
  get_token(plaintext, secret_key)
Return a string containing an authentication token made from the given 'plaintext' and 'secret_key'.

Function Details

get_token(plaintext, secret_key)

Return a string containing an authentication token made from the given 'plaintext' and 'secret_key'.

Generated by Epydoc 2.1 on Sun May 1 20:27:34 2005 http://epydoc.sf.net