Home > Software design >  Can I check with oauth2 if the user has a verified email on the discord account?
Can I check with oauth2 if the user has a verified email on the discord account?

Time:11-10

Can I check with oauth2 if the user has a verified email or telephone on the discord account?

I need this because I want to create a verification (ticket bot) Please do not reply in a way that "you have this option in the server settings".

Information: discord.js v14 javascript node.js

I tried to search on the internet (I'm Polish so it's hard to search using the translator).

CodePudding user response:

I do not think there is a way to know if the user has a verified phone number or email via oAuth.

That being said, there is a setting to only allow people in the server that have a verified phone number/email.

  • Related