Releases: jasny/sso
Releases · jasny/sso
v0.5.1
v0.5.0 - PHP 8.0
PHP 8 only.
PHP 7 is no longer supported with this version.
What's Changed
- feat: add compatible with php 8 by @aldinokemal in #149
New Contributors
- @aldinokemal made their first contribution in #149
Full Changelog: v0.4.2...v0.5.0
v0.4.0 - SSO as library
PHP 7.3+.
PSR-7 support.
Rewritten as a proper includable library.
Moved authentication out of the library.
Return verification code to prevent session hijacking.
Alternative to using sessions on server.
Alternative to using cookies on server.
v0.3.0 - Bearer auth
Expiration time (#62) Expose cookie life time parameter to customize it. Default is 3600. Minor fixes for code quality