Skip to content

Commit f8e17f6

Browse files
Add OAuth verification requirement (#7844)
* Add OAuth verification requirement * Drop link
1 parent 43ea4da commit f8e17f6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/discord-social-sdk/development-guides/account-linking-on-consoles.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Console users cannot authenticate via a web browser. Instead, they follow these
4949

5050
The SDK can manage this process automatically or allow manual token handling.
5151

52+
:::info
53+
The OAuth2 flow requires a user's account to be verified
54+
:::
55+
5256
![Authorization screen from using OpenAuthorizeDeviceScreen and GetTokenFromDevice](images/social-sdk/development-guides/authorize_device.webp)
5357

5458
---

docs/discord-social-sdk/development-guides/account-linking-with-discord.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ OAuth2 is the standard authentication flow that allows users to sign in using th
4343
- Access Token, which is valid for ~7 days
4444
- Refresh Token, used to obtain a new access token
4545

46+
:::info
47+
The OAuth2 flow requires a user's account to be verified
48+
:::
49+
4650
### OAuth2 using the Discord Social SDK
4751

4852
- If the Discord client has [overlay support](https://support.discord.com/hc/en-us/articles/217659737-Game-Overlay-101) (Windows only), the OAuth2 login modal appears in your game instead of opening a browser.

0 commit comments

Comments
 (0)