Skip to content

Commit

Permalink
Add new OAuth providers
Browse files Browse the repository at this point in the history
  • Loading branch information
raddevon committed Mar 8, 2024
1 parent 7872331 commit 5008352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/guides/auth/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api/authenticating_users_with_sign_in_with_apple>`__
- `Azure
(Microsoft) <https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc>`__
- `Discord <https://discord.com/developers/docs/topics/oauth2>`__
- `GitHub <https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app>`__
- `Google <https://developers.google.com/identity/protocols/oauth2>`__
- `Slack <https://api.slack.com/authentication/oauth-v2>`__

.. lint-on
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5008352

Please sign in to comment.