Skip to content

Releases: markbates/goth

v1.68.0

24 Jul 14:54
153d389
Compare
Choose a tag to compare
  • #413 - @6543 - switch jwt lib to maintained one
  • #405 - @k-yomo - Make it possible to set bot_prompt query param for line
  • #391 - @subhan-nadeem - Add a Refresh Token function to the OpenID Connect provider that also returns the refreshed OpenID id_token

v1.67.1

29 Jan 14:54
716f161
Compare
Choose a tag to compare

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

v1.67.0

29 Jan 14:42
d95dd86
Compare
Choose a tag to compare

Overview

This release contains the following:

  • A fix to the Apple provider that handles Apple's POST to the callback URL (instead of GET, 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!

v1.66.1

09 Dec 17:48
edc3e96
Compare
Choose a tag to compare

v1.66.0

06 Nov 22:02
97b874f
Compare
Choose a tag to compare

v1.65.0

06 Oct 22:19
a267902
Compare
Choose a tag to compare

v1.64.2

15 Jun 16:04
4c63e92
Compare
Choose a tag to compare
  • 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

19 May 22:26
db5b76a
Compare
Choose a tag to compare
  • 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

07 Apr 14:34
6af3846
Compare
Choose a tag to compare
  • Adds a Kakao provider. Thanks @kenkoii!

v1.63.0

28 Mar 19:00
fa439f7
Compare
Choose a tag to compare
  • Adds the option to pass the hd parameter to the Google provider. Thanks @coufalja! 🎉