How to use a Discord Access Token to Fetch a User's Details
You have a Discord Access Token and you want to fetch the user details? Here is how to do it.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
You have a Discord Access Token and you want to fetch the user details? Here is how to do it.
When building an app you may want to add different types of authentication. For example, you may want to allow users to sign up with their email address, or you may want to allow users to sign up with their Google account. In this article, we’ll look at how to add Discord OAuth to your app.