From 5008352d382268ebcc6aa649cee1df3171a6ef6b Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Fri, 8 Mar 2024 16:23:29 -0500 Subject: [PATCH] Add new OAuth providers --- docs/guides/auth/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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