Skip to content

Releases: knpuniversity/oauth2-client-bundle

Allowing Azure V2 endpoint

04 Oct 22:54
9984ff5
Compare
Choose a tag to compare

Hi!

This is a small release with just one feature in the Azure provider - see #263 for more details.

Cheers!

Adding a Twitch Provider

26 Aug 23:54
9d1eb0e
Compare
Choose a tag to compare

Hi!

This release adds a Twitch provider - see #258 thanks to @joel-44

Have fun!

New SymfonyConnect & Wave provider + bug fix for Apple & State

21 Jul 15:12
0a6dc93
Compare
Choose a tag to compare

Hi!

This release comes with 2 new providers & one bug fix for Apple Login related to state:

  • #241 Add SymfonyConnect provider thanks to @qdequippe
  • #239 Add Wave OAuth2 Provider thanks to @qdequippe
  • #254 Look for both POST and GET params when getting state thanks to @bogdandovgopol

Happy OAuth'ing!

New Buddy.works client

17 Apr 15:22
4c36a34
Compare
Choose a tag to compare

Hi OAuther's!

This is a small release that contains one new provider:

Have fun!

Minor Change to OAuth2ClientInterface

27 Mar 13:31
Compare
Choose a tag to compare

Hi friends!

This marks a new major release, but nothing significant has changed. The reason for the new major version is that the signature to OAuth2ClientInterface::getAccessToken() changed which is a backwards-compatibility break for any custom classes that implement this interface. Unless you've created a custom class that implements that interface, you will have no problems upgrading.

  • [BC BREAK]: Changed signature of OAuth2ClientInterface::getAccessToken()
    to include a array $options = [] argument - #230.

  • Added OAuth2Client::isStateless() protected method to ease overriding
    the redirect() method for custom situations - #234.

  • Dropped support for Symfony versions older than 4.4.

Cheers!

Added Spotify Provider!

19 Mar 10:27
fd892fe
Compare
Choose a tag to compare

Hi friends!

One new provider in this release!

  • Add provider for Spotify #229 (thanks to @ker0x)

Have fun!

Added IBM App ID Provider

07 Feb 13:22
4f71b8a
Compare
Choose a tag to compare

Hi friends!

A simple release with one new provider - thanks to @Jampire in #219

Have fun!

Added support for "apple" provider

10 Jan 15:51
825b0c4
Compare
Choose a tag to compare

Hi!

One minor feature in this release: #221 - added support for patrickbussmann/oauth2-apple - thanks to @lolmx!

Cheers!

Symfony 5 Support!

25 Nov 14:36
9997fbe
Compare
Choose a tag to compare

Hi friends!

This adds support for Symfony 5 - thanks to @m3ct0n in #216. If you have any issues, let us know!

Happy Symfony 5-ing!

Minor type-fix for OAuth2ClientInterface

07 Nov 15:52
Compare
Choose a tag to compare

Hi there!

A tiny bug fix release. See #211 - Allow any OAuth2ClientInterface implementation in ClientRegistry - thanks to @ajgarlag

Have fun!