Releases: markbates/goth
Releases · markbates/goth
v1.67.1
Overview
This release attempts to address a long standing issue in the gothic
library's CompleteUserAuth
method to prevent a session from being removed until one exists. This has been attempted in the past, but was reported to cause other issues, so if you've recently run into an issue that feels related, please revert to the previous release, v1.67.0.
Contributors
- #385 - @dexter1918 - Moved deferring of Logout...
v1.67.0
Overview
This release contains the following:
- A fix to the Apple provider that handles Apple's
POST
to the callback URL (instead ofGET
, which is the standard). - A fix to the Discord provider to better handle profile photos.
- Better support for our OpenID provider.
- Extra data in the Salesforce provider via the raw data field.
- Support for the
login_hint
parameter in the Google provider.
Contributors
This release wouldn't have been possible without the hard work from the following people. Thanks to everyone who contributed!
- #356 - @wunderkind2k1 - Minor adjustment in GetState when apple posts callback (instead of get). Fixes #360
- #395 - @yaronius - Trying to apply changes from #356
- #393 - @yyewolf - Unexpected behaviour from github
- #392 - @subhan-nadeem - Include end_session_endpoint in OpenIDConfig when retrieving the OpenID configuration from the OpenID Discovery endpoint
- #389 - @yyewolf - Properly fixed discord's avatar
- #383 - @kainosnoema - Add login_hint parameter to Google provider
- #384 - @chrisguox - Fix discord avatar url error
- #386 - @subhan-nadeem - Export OpenIDConfig in openIdConnect provider
- #387 - @mxaly - Support User.rawData in Salesforce provider
- #388 - @yyewolf - Added support for gifs in discord
v1.66.1
- #380 - @unlimitedcoder2 - Move the discord provider to the new discord url
- #379 - @brittonhayes - Added Okta to list of providers in README.md
- #361 - @dstapleton92 - Update Apple provider to use %20 space encoding instead of +
v1.66.0
v1.65.0
- Adds Mastadon as a provider. Thanks @techknowlogick!
v1.64.2
- Fixes the Twitch provider to include the Client ID in the header.
- Fixes the Apple provider when params are form encoded in POST requests.
v1.64.1
- Updates the Heroku provider so that a version along with Heroku’s API MIME type is passed in the
Accept
header. Thanks @michaeldwan!
v1.64.0
v1.63.0
v1.62.0
- Adds a provider for Strava. Thanks @nedenwalker!