Skip to content

Releases: markbates/goth

v1.55.0

12 Aug 17:42
5d9e6bb
Compare
Choose a tag to compare
  • Fixes provider deduction from existing sessions so that an argument is not needed on the authentication landing page. Thanks @akramer! 🎉

v1.54.1

18 Jun 02:09
3b80120
Compare
Choose a tag to compare
  • Updates the Salesforce provider to export the AuthURL and TokenURL. This enables consumers of the package to override them, which is necessary to use custom URLs when authenticating with Salesforce Community instances. Thanks @kkirsche! 🎉

v1.54.0

14 Jun 15:53
d72fa8b
Compare
Choose a tag to compare
  • Adds a new provider for Shopify. Thanks @mattevans! 🎉

v1.53.0

24 May 14:54
c7b58e2
Compare
Choose a tag to compare
  • Updates the LinkedIn provider to accommodate the changes to their OAuth implementation. Thanks @baloo32! 🎉

v1.52.0

16 May 20:57
a3986c8
Compare
Choose a tag to compare

v1.51.0

08 May 14:49
a3114a0
Compare
Choose a tag to compare

v1.50.0

26 Mar 18:43
55fc853
Compare
Choose a tag to compare
  • Adds support for Nextcloud. Thanks @lnxbil!
  • Logs port information when running the example. Thanks @apuchitnis!
  • Removes duplicate VK provider. Thanks @tsdtsdtsd!
  • Updates the VK provider not to use the user_ids field, as it was apparently causing issues. Thanks @lukashes!

v1.49.0

04 Jan 15:45
157987f
Compare
Choose a tag to compare
  • Added TypeTalk provider. Thanks @is2ei!
  • Added Yandex provider. Thanks @evgeny-mamonov!
  • Updates the new Google provider to populate user.RawData. Thanks @danielbprice!
  • Allows the Facebook provider to set the requested fields. Thanks @kobayashi!

v1.48.0

10 Dec 22:41
9e535b8
Compare
Choose a tag to compare
  • Updates the battle.net provider to use their API's new user info endpoint when getting the user data. Thanks @Toyz! 🎉

v1.47.2

25 Oct 13:58
bc6d8dd
Compare
Choose a tag to compare
  • Removes any usage of x/net/context from the library in favour of context. Thanks @sapk! 🎉