diff --git a/docs/guides/auth/index.rst b/docs/guides/auth/index.rst index 15d0b2586ecd..1475225e0242 100644 --- a/docs/guides/auth/index.rst +++ b/docs/guides/auth/index.rst @@ -229,16 +229,17 @@ great for testing in development: OAuth ----- -We currently support four different OAuth providers (with a few more -coming soon): +We currently support six different OAuth providers: .. lint-off - `Apple `__ - `Azure (Microsoft) `__ +- `Discord `__ - `GitHub `__ - `Google `__ +- `Slack `__ .. lint-on @@ -297,8 +298,10 @@ To enable any of the others, change ``AzureOAuthProvider`` in the example above to one of the other providers: - ``AppleOAuthProvider`` +- ``DiscordOAuthProvider`` - ``GitHubOAuthProvider`` - ``GoogleOAuthProvider`` +- ``SlackOAuthProvider`` Magic link