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 should get team id, key id, client id and pem as input #529

Open mitar opened 7 months ago

mitar commented 7 months ago

And generate the secret on the fly every time. Otherwise the maximum time the secret can be generated with current MakeSecret approach is 6 months. So you have to manage that.