Skip to content

Releases: JuliusPC/OpenID-Connect-PHP

v1.2.0

14 Feb 22:37
Compare
Choose a tag to compare

Removed

  • dropped support for PHP versions <7.3
  • removed method setHttpUpgradeInsecureRequests(false) #17
  • removed methods setVerifyHost() and getVerifyHost() due to use of Guzzle instead of curl directly

Added

  • more unit tests
  • added parameter state to method signOut to allow maintaining state between redirects

v1.1.3

26 Sep 20:48
Compare
Choose a tag to compare

Add method requestTokenExchange() implementing RFC 8693: OAuth 2.0 Token Exchange.

v1.1.2

16 May 19:46
Compare
Choose a tag to compare

The algorithm to determine if client_secret_basic or client_secret_post will be used for authentication in refreshToken() and requestClientCredentialsToken() is now the same like in requestTokens().

v1.1.1

14 May 12:49
Compare
Choose a tag to compare

A minor patch for fixing the automatic PKCE.

v1.1.0

03 May 15:25
Compare
Choose a tag to compare

A bunch of fixes and new features. Check out the changelog for details.

If you use any older version, you should definitely upgrade.

v1.0.0

19 Apr 00:27
Compare
Choose a tag to compare

First release after fork. Minor fixes and enhancements included.