Skip to content

Releases: xp-forge/web-auth

5.2.1: State reuse fix

03 Nov 09:28
Compare
Choose a tag to compare
  • Fixed OAuth2 implementation to redirect to the correct target URL when
    reusing state from a previous authorization flow.
    (@thekid)

5.2.0: Session namespaces

17 Jul 17:46
Compare
Choose a tag to compare
  • Merged PR #31: Make it possible to change the session namespace (CAS)
    (@thekid)
  • Merged PR #30: Make it possible to change the session namespace (OAuth)
    (@thekid)

5.1.0: Mutable callback and scopes

08 Apr 19:35
Compare
Choose a tag to compare
  • Merged PR #29: Make callback and scopes mutable - @thekid

5.0.0: PHP 7.4+, address library

29 Mar 12:03
Compare
Choose a tag to compare

4.2.0: XML library compatibility

29 Mar 09:32
Compare
Choose a tag to compare
  • Made compatible with xp-framework/xml 12.0+ - @thekid

4.1.0: XP 12 compatibility

24 Mar 13:33
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

4.0.0: Drop XP <= 9

04 Feb 10:28
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
  • Heads up: Removed deprecated Token class which has been replaced
    by web.auth.oauth.BySecret
    (@thekid)

3.8.0: Library compatibility

30 Jan 18:36
Compare
Choose a tag to compare
  • Added PHP 8.4 to the test matrix - @thekid
  • Made this library compatible with xp-forge/web version 4.0 - @thekid

3.7.0: UserInfo

01 Jan 13:59
Compare
Choose a tag to compare
  • Merged PR #27: Add UserInfo to map the returned user from a flow
    (@thekid)

3.6.0: OAuth2 backend abstraction

10 Jul 12:46
Compare
Choose a tag to compare
  • Merged PR #25: Extract OAuth 2 backend interaction into dedicated class
    (@thekid)