https://supabase.com/ logo
#help-and-questions
Question Related to supabase discord auth.
# help-and-questions
v

vikay

05/25/2023, 6:03 AM
Hello there! I basically have a question about how, after the OAuth2 with Discord, we can get users guild maps for dashboard features?
o

Olyno

05/25/2023, 12:53 PM
Hi The discord auth gives you a token with basic informations. WIth this token, you need to call the Discord's API on your side to get more details. You can see the documentation here: https://discord.com/developers/docs/intro
v

vikay

05/25/2023, 2:21 PM
hello sir basically i already created the fetch codes but getting error like ratelimit etc
can you explain me a solution for it?
also what do when provider auth token get expire?