Discord auth scopes

Hii can i configure the scopes i want while authorizing the user using better auth?
Solution:
To give you an example:
No description
Jump to solution
6 Replies
Saidev Dhal
Saidev DhalOP3w ago
@bekacru
Ping
Ping3w ago
Yeah just pass scope
Solution
Ping
Ping3w ago
To give you an example:
No description
Saidev Dhal
Saidev DhalOP3w ago
thanks a lot ping kudos to you! but how to define the scope values? the names will be enough? @Ping
Ping
Ping3w ago
Read the Discord documentation on which scopes they provide, then add the scopes you want in this scopes array.
Saidev Dhal
Saidev DhalOP3w ago
ik it but the names will be same? scope: ["guilds", "guilds.join"] like this ig so

Did you find this page helpful?