mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
87b68a5cb4
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Add docs for the custom OAuth & OIDC providers ## Notes - Pricing to be clarified. Until now, we allow 3 providers per project. - Dashboard instructions will be updated after dashboard is finalized. --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
18 lines
484 B
Plaintext
18 lines
484 B
Plaintext
## Providers
|
|
|
|
Supabase Auth works with many popular Auth methods, including Social and Phone Auth using third-party providers. See the following sections for a list of supported third-party providers.
|
|
|
|
### Social Auth
|
|
|
|
<AuthProviders type="social" />
|
|
|
|
<Admonition type="tip">
|
|
|
|
You can also add any OAuth2 or OIDC-compatible identity provider using [Custom OAuth/OIDC Providers](/docs/guides/auth/custom-oauth-providers).
|
|
|
|
</Admonition>
|
|
|
|
### Phone Auth
|
|
|
|
<AuthProviders type="phone" />
|