Download the PHP package voodoo-doll/auth without Composer
On this page you can find all versions of the php package voodoo-doll/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download voodoo-doll/auth
More information about voodoo-doll/auth
Files in voodoo-doll/auth
Download voodoo-doll/auth
More information about voodoo-doll/auth
Files in voodoo-doll/auth
Vendor voodoo-doll
Package auth
Short Description A simple library to create account to login/lgout
License
Package auth
Short Description A simple library to create account to login/lgout
License
Please rate this library. Is it a good library?
Informations about the package auth
Voodoo\Doll\Auth
Doll
Add the code below in the file: /App/_conf/Doll.conf.php
[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
All versions of auth with dependencies
PHP Build Version
Package Version
The package voodoo-doll/auth contains the following files
Loading the files please wait ....