Releases: knpuniversity/oauth2-client-bundle
Allow external redirect URLs for better flexibility
What's Changed
- [ci] tag test as legacy due to deprecation notice by @jrushlow in #453
- fix: Handle external URLs correctly in ProviderFactory (Fixes external redirect URL handling) by @bumblecoder in #452
New Contributors
- @bumblecoder made their first contribution in #452
Full Changelog: v2.18.2...v2.18.3
Drop Symfony 4 support, fix deprecation for Extension namespace, and some chores
What's Changed
- drop reference to .env.dist by @tacman in #435
- drop reference to Symfony 3 by @tacman in #433
- [dx] keep tooling in one place by @jrushlow in #445
- drop Symfony 4.x support by @jrushlow in #443
- [ci] php-cs-fixer it up by @jrushlow in #448
- Fix Symfony 7.1 deprecation for Extension by @Evgeny1973 in #449
- Fix CS by @bocharsky-bw in #450
New Contributors
- @Evgeny1973 made their first contribution in #449
Full Changelog: v2.18.1...v2.18.2
Add support for SecurityRequestAttributes::AUTHENTICATION_ERROR
What's Changed
- hf: symfony 7 by @vitsadecky in #431
New Contributors
- @vitsadecky made their first contribution in #431
Full Changelog: v2.18.0...v2.18.1
Drop legacy PHP 7.4-8.0 support
What's Changed
- Drop legacy PHP 7.4-8.0 support by @bocharsky-bw in #426
Full Changelog: v2.17.0...v2.18.0
Added Symfony 7 support + PHP 8.3 ready
Hi there!
Symfony 7 support was added in this release, also the bundle is ready for the new PHP 8.3.
What's Changed
- Add PHP 8.3 support by @bocharsky-bw in #424
- Allow Symfony 7 by @bocharsky-bw in #425
Full Changelog: v2.16.0...v2.17.0
Add Passage provider for passkeys!
Hello there!
Meet the new Passage provider for your passkeys and passwordless auth! Also, the package is more lightweight now thanks to added .gitattributes that prevent downloading unnecessary files when installing the package.
What's Changed
- Add .gitattributes file by @ker0x in #405
- Rebuild CI and fix CS by @bocharsky-bw in #408
- Fixed typo in keycloak configuration example by @adamwojs in #411
- Add new provider Passage by @malteschlueter in #418
New Contributors
- @adamwojs made their first contribution in #411
- @malteschlueter made their first contribution in #418
Full Changelog: v2.15.0...v2.16.0
Add Disqus provider
Hello there!
Added a new Disqus provider and some internal chores.
v2.15.0
May 3rd, 2023
What's Changed
- Use remote GitHub CI config files by @bocharsky-bw in #398
- Fix broken CS by @bocharsky-bw in #400
- Add Disqus provider by @antalaron in #404
New Contributors
- @antalaron made their first contribution in #404
Full Changelog: v2.14.0...v2.15.0
Add Webflow provider
Hello there!
Add a new provider called Webflow and fix deprecations
v2.14.0
March 20th, 2023
What's Changed
- feat: add Webflow provider by @EmilePerron in #395
- Add void return type for registerContainerConfiguration() by @bocharsky-bw in #397
New Contributors
- @EmilePerron made their first contribution in #395
Full Changelog: v2.13.1...v2.14.0
Make "version" Keycloak provider's key null by default
Hello there!
A minor fix for the newly added Keycloak provider's version
key to make it actually optional - it's set to null by default :)
v2.13.1
Feb 3nd, 2023
What's Changed
- Set Keycloak provider's 'version' config option to null by default by @bocharsky-bw in #393
Full Changelog: v2.13.0...v2.13.1
Added "version" to returned Keycloak provider's options
Hello there!
Added version
key to returned Keycloak provider's options and dropped legacy PHP 7.2 & 7.3 support - hello PHP 7.4 syntax in the code!
v2.13.0
Feb 2nd, 2023
What's Changed
- KeycloakProviderConfigurator.getProviderOptions() : add version to returned options array by @pubphanguyen in #391
- Drop legacy PHP support by @bocharsky-bw in #389
- Apply changes required by PHP CS Fixer and fix PHP 8.2 build by @bocharsky-bw in #388
New Contributors
- @pubphanguyen made their first contribution in #391
Full Changelog: v2.12.0...v2.13.0