2017 © Pedro Peláez
 

library auth

A simple library to create account to login/lgout

image

voodoo-doll/auth

A simple library to create account to login/lgout

  • Saturday, June 21, 2014
  • by Mardix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Voodoo\Doll\Auth

Doll, (*1)

Add the code below in the file: /App/_conf/Doll.conf.php, (*2)

[Auth]
    dbAlias = "MyDB"
    accountModel = "\Model\Account" ; If the class is extended, set the name of the class so Auth\Session can reference the right class
    sessionTTL = 2592000 ; Session time to live. 30 days online
    sessionDriver = "\Voodoo\Doll\Auth\SessionDriver\DB" ; DB|Redis or full namespace
    sessionName = "c_" ; Session cookie name
    redisDbAlias = "MyRedis" ; The DB alias for Redis Session
    liveSessionTTL = 300 ; Live session TTL

The Versions

21/06 2014

dev-master

9999999-dev

A simple library to create account to login/lgout

  Sources   Download

The Requires

 

28/05 2014

1.0

1.0.0.0

A simple library to create account to login/lgout

  Sources   Download

The Requires