Closed AlexCuse closed 8 months ago
One thing I noticed so far trying to test is that Apple doesn't like including the scopes in the auth request unless response_mode=form_post
is specified. Should be pretty straightforward but guess we'll need a post handler for oauth return 😢
One thing I noticed so far trying to test is that Apple doesn't like including the scopes in the auth request unless
response_mode=form_post
is specified. Should be pretty straightforward but guess we'll need a post handler for oauth return 😢
We just needed to redirect POSTs to the existing handler and allow providers to override the method for routing.
Implements an oauth provider for sign-in with apple. Requires some additional flexibility in oauth credentials / providers: