Cocodrulo

Results 17 comments of Cocodrulo

But that does not retrieve the actual discord ID does it? it returns a unique identificatory number but not the actual discord ID right?

No for what I can see. ID is now smth that not looks like the discord ID ![image](https://github.com/nowaythatworked/auth-astro/assets/142546774/28096779-e6eb-4b0a-b3fe-50089b3ee2fc)

And what if it has no avatar, then the image url is: 'https://cdn.discordapp.com/embed/avatars/0.png' @fearandesire

I dont know why, sometimes token.sub gives the discord ID but other times it return thar strange UUID-like string. I was finally getting the discord ID and then suddenly token.sub...

> All right here is my hacky solution because I don't need access to the users email > > ```ts > import Discord from '@auth/core/providers/discord'; > import { defineConfig }...

> If I want to add guild scope, to know which servers the user is on in Discord, how do I do it? using the discord API