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

Apple auth with scopes not working correct #482

Open pasifus opened 1 year ago

pasifus commented 1 year ago

When using apple auth scopes "email", "name" the current provided not parse POST response for get "first_name" and "last_name".