Skip to content

Releases: knpuniversity/oauth2-client-bundle

Support for auth0 custom_domain

28 Oct 13:29
e8974c5
Compare
Choose a tag to compare

Hi friends!

A small release with one PR of significance:

  • added the custom_domain parameter to the auth0 client library config #206 thanks to @smatyas

Have fun@

Allow overriding configuration in multiple files

07 Oct 15:52
0a132ab
Compare
Choose a tag to compare

Hey friends!

Just a patch release with one nice bug fix:

Have fun!

Fixing incorrect symfony/phpunit-bridge dependency

02 Oct 13:27
a992e79
Compare
Choose a tag to compare

Hi friends!

This includes a small fix to move symfony/phpunit-bridge from a "require" dependency to require-dev. See #202.

Have fun!

PHP 5.5, 5.6 & 7.0 support drop

23 Sep 19:27
203237a
Compare
Choose a tag to compare

Hi friends!

This release doesn't contain any new features (except for Allow To Retrieve Enabled Client Keys #196), but modernizes by dropping support for PHP 5.5, 5.6 & 7.0. It also drops support for Symfony versions that are end-of-life.

Cheers!

LinkedIn v2 support

25 Mar 01:37
f0f1056
Compare
Choose a tag to compare

A small release to add version & fields support for changes to LinkedIn's API. See #167

Allow OAuth2ClientInterface on SocialAuthenticator

31 Jan 16:20
aa5e8e5
Compare
Choose a tag to compare

Just a tiny release! See #160 for the tweak!

New client for geocaching.com

09 Jan 20:54
Compare
Choose a tag to compare

157 Add Geocaching Client - thanks to @Surfoo

Added http_client_options + fixed deprecations

31 Dec 16:36
Compare
Choose a tag to compare

Hey! Just a small release:

  • #155 - Update DependencyInjection to account for changes in Symfony 4.2 thanks to @crayner
  • #151 - added ability to configure default http_client thanks to @sadikoff

Add defaults for Azure provider

03 Dec 13:20
8c8a3dd
Compare
Choose a tag to compare

A tiny release! Just one thing:

#141 - Update Azure DI Config With Default Values

Happy OAuthing!

Added jira provider

12 Nov 19:29
6fbbbab
Compare
Choose a tag to compare

Just a minor release with one new provider: jira from #139

Have fun!