qvest-digital / loginsrv

JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..
MIT License
1.92k stars 150 forks source link

Sign in with Apple #142

Open adrianmihalko opened 4 years ago

adrianmihalko commented 4 years ago

Is there any chance for a Sign in with Apple support in the future? It would be great.

https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple

g-w commented 4 years ago

Hello @adrianmihalko, in general we are open to implementations of alternative providers and hence also for an implementation of 'Sign in with Apple" (since it basically is another oauth2 provider). Since we don't use it and don't plan to use it, the feature is not on our roadmap. But we are open to pull requests. If you need any help please ask.

kernle32dll commented 4 years ago

I've read up on it, and it seems fairly simple to implement. Maybe I will take a stab at it over the holidays. But no promises.

http://p.agnihotry.com/post/validating_sign_in_with_apple_authorization_code/index.html

adrianmihalko commented 4 years ago

It would be great.