Releases: knpuniversity/oauth2-client-bundle
Releases · knpuniversity/oauth2-client-bundle
Allow decoration and various bug fixes / improvements
Woo! A new release! A lot of nice, small details
New http_client option and minor bug fixes
Another release! Go bundle go! Minor stuff:
- #86 Configurable HttpClient - thanks to @soullivaneuh
- #118 Fix strange fatal error edge case - thanks to @weaverryan
Minor option additions
- #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
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
A quick & easy release!
- #91 For the
facebook
client, thegraph_api_version
is now required. It previously
defaulted tov2.5
.
1.18.0: update Discord client
- [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
Fixing issue with config client merging
- Fix merging config from multiple files (#75)
New UserProvider for simple, non-persisted setups
- Add simple user provider #72
Fix for Keycloak
- Fix for Keycloak: #71