maleficarum / auth
Maleficarum auth component.
Installs: 13 561
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.2
- maleficarum/ioc: ^3.0
This package is not auto-updated.
Last update: 2025-03-30 08:26:37 UTC
README
This is the Maleficarum Auth component.
[4.0.0] - 2018-09-13
Changed
- Bump IoC component to version 3.x
- Remove repositories section from composer file
[3.0.1] - 2017-09-28
Changed
- Support
Session
for incoming data stage
[3.0.0] - 2017-08-01
Changed
- Make use of nullable types provided in PHP 7.1 (http://php.net/manual/en/migration71.new-features.php)
[2.0.1] - 2017-04-07
Changed
- Unified method/parameter naming.
[2.0.0] - 2017-04-07
Changed
- Removed provider logic from auth initializer and replaced it with project specific implementations of the Provider interface.
[1.0.1] - 2017-04-06
Fixed
- A bug that caused the auth initializer to fail for nonexistent auth id values.
[1.0.0] - 2017-04-05
Added
- This is an initial release of the component.