Skip to content

Releases: xp-forge/web-auth

3.5.0: Certificate-based OAuth2 flow

02 Jul 08:09
Compare
Choose a tag to compare
  • Merged PR #24: Implement certificate-based OAuth2 flow - @thekid
  • Merged PR #23: Migrate to new testing library - @thekid

3.4.1: Flow fix

23 Nov 19:47
Compare
Choose a tag to compare
  • Merged PR #21: Reuse state when previous redirect was incomplete, see
    also #19 ("Flow error")
    (@thekid)

3.4.0: Automatic OAuth2 refresh

10 Jul 16:11
Compare
Choose a tag to compare
  • Merged PR #18: Automatically refresh OAuth2 tokens - @thekid

3.3.0: Sessions library compatibilty

10 Jul 08:17
Compare
Choose a tag to compare
  • Made compatible with xp-forge/sessions version 3.0 - @thekid

3.2.0: Manual OAuth2 refresh

09 Jul 08:22
Compare
Choose a tag to compare
  • Merged PR #15: Add OAuth2Flow::refresh() - which uses refresh_token
    to create a new access token
    (@thekid)
  • Fixed session potentially being transmitted twice when completing an
    authentication flow.
    (@thekid)

3.1.1: PHP 8.2 compatibility

26 Feb 12:15
Compare
Choose a tag to compare
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

3.1.0: ID token support

10 Nov 10:35
Compare
Choose a tag to compare
  • Merged PR #14: Store "id_token" if returned from OAuth token endpoint
    (@thekid)

3.0.2: XP 11, libraries compatibility

21 Oct 16:37
Compare
Choose a tag to compare
  • Made library compatible with XP 11, xp-framework/xml version 11.0.0
    and xp-forge/json version 5.0.0
    (@thekid)

3.0.1: XP web 3.0 compatibility

26 Sep 21:19
Compare
Choose a tag to compare

3.0.0: CSRF Tokens

14 May 15:08
Compare
Choose a tag to compare
  • Merged PR #13: Create random token, store in session and pass to request.
    Heads up: Submitting forms without CSRF tokens will result in a 400
    error being displayed!
    (@thekid)