Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jasny/sso

v0.5.1

04 Sep 11:14
1bc1619

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - PHP 8.0

09 Aug 13:01
ef9f917

Choose a tag to compare

PHP 8 only.
PHP 7 is no longer supported with this version.

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.0 - SSO as library

05 Oct 19:51
f3f6fc9

Choose a tag to compare

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

02 Mar 07:55

Choose a tag to compare

Expiration time (#62)

Expose cookie life time parameter to customize it. Default is 3600.
Minor fixes for code quality