Skip to content

Releases: knpuniversity/oauth2-client-bundle

Allow decoration and various bug fixes / improvements

05 Nov 21:27
e4fa5eb
Compare
Choose a tag to compare

Woo! A new release! A lot of nice, small details

  • #131 Config options added for azure - thanks to @aeimer
  • #135 Fix missing base_url option for Drupal provider - thanks to @mnugter
  • #137 Allow service decoration so client objects can be extended - thanks to @sadikoff
  • #129 Avoid clearing state from session after reading it - thanks to @weaverryan

New http_client option and minor bug fixes

10 Sep 16:53
a7faba0
Compare
Choose a tag to compare

Another release! Go bundle go! Minor stuff:

Minor option additions

24 Aug 20:51
Compare
Choose a tag to compare
  • #114 Add configurable option to use oidc mode for the Google Provider thanks to @hansnilsson
  • #117 Missing account config key for Auth0 thanks to @8eph

Remove state from session after using it

27 Jun 02:32
71642a3
Compare
Choose a tag to compare

A new release!

This introduces a small change in #106: the state is removed from the session after being used.

Updated Facebook SDK Version Config

23 Apr 18:07
6266450
Compare
Choose a tag to compare

A quick & easy release!

  • #91 For the facebook client, the graph_api_version is now required. It previously
    defaulted to v2.5.

1.18.0: update Discord client

26 Feb 15:08
ee11f72
Compare
Choose a tag to compare
  • [BC Break] If you're using the "discord" client, we've migrated to use a newer, not abandoned client - see #90

v1.17.0: Handle more OAuth Errors

12 Feb 19:05
2c11873
Compare
Choose a tag to compare

I love releases!

Highlights:

  • The SocialAuthenticator now handles 2 other common error situations #80
  • Fix missing use statement for GitlabResourceOwner #76

Fixing issue with config client merging

22 Jan 16:51
8608423
Compare
Choose a tag to compare
  • Fix merging config from multiple files (#75)

New UserProvider for simple, non-persisted setups

08 Jan 15:18
2649cf9
Compare
Choose a tag to compare

Fix for Keycloak

25 Dec 17:52
463e9d4
Compare
Choose a tag to compare
  • Fix for Keycloak: #71