Releases: markbates/goth
Releases · markbates/goth
v1.61.3
- Adds support for multiple Apple public keys. This should fix intermittent failures with the Apple provider. Thanks @dstapleton92!
v1.61.2
- 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
- Updates the Twitch provider for Twitch's v5 API changes. Thanks @codephobia!
v1.61.0
- Adds the
email
andis_private_email
fields to the Apple provider'sGetUser
implementation. Thanks @dstapleton92! - Modifies gothic to export a non-collidable context key for setting the
Provider
in acontext.Context
. Thanks @zinefer!
v1.60.0
- Adds new scopes to the Spotify provider. Thanks @samueltallent!
v1.59.0
- Adds the
IDToken
from OpenID providers on the user struct – thanks @cadethacker!