Describe the feature
Are there any plans for 'Sign in with Apple' to be added to the list of providers supported by django-allauth? Apple REST API: https://developer.apple.com/documentation/signinwithapplerestapi
Additional context
The Apple REST API is based on OAuth 2.0 and OpenID Connect, however they use a public/private key client authentication method instead of the typical client secret. New apps uploaded to the iOS App Store with 3rd party social logins are now required to include Sign in with Apple. Existing apps have until April 2020
Would definitely like to add support for this, but unless anybody is willing to sponsor development, I am currently unable to allocate resources to this. I will close this issue though as it is not a bug, and keeping this open is not helpful in moving things forward.
For other people brought here by search engines and looking for the same thing, there is a PR in progress (by a contributor) at https://github.com/pennersr/django-allauth/pull/2424
Most helpful comment
For other people brought here by search engines and looking for the same thing, there is a PR in progress (by a contributor) at https://github.com/pennersr/django-allauth/pull/2424