Releases: xp-forge/web-auth
Releases · xp-forge/web-auth
6.0.0: Major dependency upgrade
5.3.0: Parallel request handling
5.2.1: State reuse fix
- Fixed OAuth2 implementation to redirect to the correct target URL when
reusing state from a previous authorization flow.
(@thekid)
5.2.0: Session namespaces
5.1.0: Mutable callback and scopes
5.0.0: PHP 7.4+, address library
- Dropped support for PHP 7.0 - 7.3, step 1 of xp-framework/rfc#343
(@thekid) - Merged PR #28: Refactor CAS authentication flow to use address library
(@thekid)
4.2.0: XML library compatibility
- Made compatible with
xp-framework/xml
12.0+ - @thekid
4.1.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
4.0.0: Drop XP <= 9
- Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
- Heads up: Removed deprecated Token class which has been replaced
byweb.auth.oauth.BySecret
(@thekid)