chillihero
Explore posts from serversKKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
would be cool to have both functionality’s tho
11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
a generic way to add any of the scopes would be the most user friendly imo
most important for the most part are
guilds
, guild.members.read
, identify
, email
, messages.read
and applications.commands.permissions.update
11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
but it should be able to be added/changed programmatically, in the callback for example
11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
and yes, adding custom fields would exactly be what I am looking for. i subscribed
11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
https://discord.com/oauth2/authorize?client_id=xyz&redirect_uri=https%3A%2F%2Fapp.kinde.com%2Flogin%2Fcallback&response_type=code&scope=email+identify
thats the current url. the scope
param is what I am talking about11 replies
KKinde
•Created by chillihero on 2/1/2024 in #💻┃support
Limitations of Discord Auth Integration
hey, thanks for the quick response.
https://discord.com/developers/docs/topics/oauth2 is what I am talking about. Currently the discord integration per default requests email + user data, but there are more "scopes" that you can request from the user to get different data
11 replies