Class XFAuth

Description

XFAuth takes care of user authentication

Located in /class.auth.php (line 26)


	
			
Method Summary
static array check (string $user, string $pass)
static boolean validate_password (string $a, string $b)
static mixed validate_session ()
Methods
static method check (line 38)

verify authentication credentials

  • since: 1.0.0
  • access: public
static array check (string $user, string $pass)
  • string $user: userid or username
  • string $pass: password
static method validate_password (line 77)

validates the password

  • since: 1.0.0
  • access: public
static boolean validate_password (string $a, string $b)
  • string $a: password from database, usually salted
  • string $b: password to be checked as sha1 hash
static method validate_session (line 93)

validate the current user session

  • since: 1.0.0
  • access: public
static mixed validate_session ()

Documentation generated on Tue, 21 Oct 2008 20:57:44 +0200 by phpDocumentor 1.4.1