Download the PHP package geniv/nette-identity-authenticator without Composer
On this page you can find all versions of the php package geniv/nette-identity-authenticator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nette-identity-authenticator
Identity authenticator
Installation
or
require:
Include in application
available source drivers:
- Identity\Authenticator\Drivers\ArrayDriver (base ident: key, id, hash)
- Identity\Authenticator\Drivers\NeonDriver (same format like Array)
- Identity\Authenticator\Drivers\DibiDriver (base ident: id, login, hash, active, role, added)
- Identity\Authenticator\Drivers\CombineDriver (combine driver Array, Neon, Dibi; order authenticate define combineOrder)
hash is return from: Passwords::hash($password)
Identity\Authenticator\Drivers\CombineDriver
automatic use autowired: self
other by configure
neon configure:
neon configure extension:
All versions of nette-identity-authenticator with dependencies
PHP Build Version
Package Version
The package geniv/nette-identity-authenticator contains the following files
Loading the files please wait ....