pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
406 stars 47 forks source link

Add Apple OAuth 2 strategy #2

Closed danschultzer closed 5 years ago

danschultzer commented 5 years ago

Based on https://github.com/danschultzer/pow_assent/issues/93

iOS 13 has introduce Apple OAuth2 auth. It's just OAuth 2 with JWT so it'll be easy to implement. However, seems like Apple recommends using their JS for the request phase so maybe that is something that should be possible to configure with PowAssent?