superdweebie / authentication-module
Zend Framework 2 Module that provides authentication functionality
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.3
2013-05-23 03:06 UTC
Requires
- php: >=5.4
- superdweebie/doctrine-extensions-module: ~0.3
- superdweebie/identity-module: ~0.3
- zendframework/zend-authentication: ~2.2
- zendframework/zend-http: ~2.2
- zendframework/zend-math: ~2.2
- zendframework/zend-mvc: ~2.2
- zendframework/zend-servicemanager: ~2.2
- zendframework/zend-stdlib: ~2.2
Suggests
- superdweebie/sijit: Contains a dojo based js client to consume the services of authenticationModule
This package is not auto-updated.
Last update: 2022-08-20 03:26:45 UTC
README
DEPRECIATED See gateway-module
Sds authenticationModule
A thin zend framework 2 module that wraps an AuthenticationService for one or both of:
- Stateful authentication once per session (for stateful services, such as a website with login form)
- Stateless authentication once per request (for stateless services, such as a REST api)
For documentation see http://sds.readthedocs.org/en/latest/authentication-module/index.html