markbates / goth

Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
https://blog.gobuffalo.io/goth-needs-a-new-maintainer-626cd47ca37b
MIT License
5.2k stars 566 forks source link

FIX apple sign in #540

Closed hjanuschka closed 4 months ago

hjanuschka commented 4 months ago

apple turned this into a real bool, and unmarshaling fails using the string thing

yaronius commented 4 months ago

This will fix some cases but will break others. I suggested a fix that covers all cases from Apple documentation https://github.com/markbates/goth/pull/538

hjanuschka commented 4 months ago

awesome ❤️ - closing in favor of #538