Skip to content

Releases: markbates/goth

v1.61.3

05 Mar 14:49
7e4de08
Compare
Choose a tag to compare
  • Adds support for multiple Apple public keys. This should fix intermittent failures with the Apple provider. Thanks @dstapleton92!

v1.61.2

24 Feb 15:46
58ff599
Compare
Choose a tag to compare
  • Updates the GitHub provider to use the authorization header for authentication. Thanks @mrkschan!
  • Fixes a JWT decoding issue in the OpenID provider. Thanks @oscarlofwenhamn!

v1.61.1

31 Jan 14:10
8a9b881
Compare
Choose a tag to compare
  • Updates the Twitch provider for Twitch's v5 API changes. Thanks @codephobia!

v1.61.0

16 Jan 23:13
9eac473
Compare
Choose a tag to compare
  • Adds the email and is_private_email fields to the Apple provider's GetUser implementation. Thanks @dstapleton92!
  • Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context. Thanks @zinefer!

v1.60.0

19 Dec 15:01
c1ab589
Compare
Choose a tag to compare

v1.59.0

31 Oct 23:08
fe22ae6
Compare
Choose a tag to compare
  • Adds the IDToken from OpenID providers on the user struct – thanks @cadethacker!

v1.58.1

29 Oct 14:34
0c61c93
Compare
Choose a tag to compare
  • Make Apple provider's SecretParams public – thanks @lucjross!

v1.58.0

22 Oct 14:46
a472872
Compare
Choose a tag to compare
  • Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8. Thanks @lucjross! 🎉

v1.57.0

09 Oct 16:54
42e707e
Compare
Choose a tag to compare
  • Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs. Thanks @Rican7!

v1.56.0

15 Aug 21:29
124a0b3
Compare
Choose a tag to compare
  • Updates the Twitch provider to use v5 of their API rather than the deprecated v3. Thanks @huntrar! 🎉