We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5900c commit a359558Copy full SHA for a359558
1 file changed
README.md
@@ -671,12 +671,14 @@ GoTrue exposes the following endpoints:
671
672
query params:
673
```
674
- provider=azure | google | bitbucket | github | gitlab | facebook | twitter
+ provider=azure | google | bitbucket | github | gitlab | facebook | twitter | apple
675
scopes=<optional additional scopes depending on the provider (email and name are requested by default)>
676
677
678
Redirects to provider and then to `/callback`
679
680
+ For apple specific setup see: https://github.com/supabase/gotrue#apple-oauth
681
+
682
### **GET /callback**
683
684
External provider should redirect to here
0 commit comments