Skip to content
Discussion options

You must be logged in to vote

Found the answer myself.

Set the Auth Callback URL to the Discord api route that handles redirect callbacks. Generate a new token from Thunder Client, Login with Discord and then you will be redirected to your discord/callback endpoint, which will allow the controller to log you in. Then simply make a request to your API from your browser and fetch the cookie stored in the header. Add that cookie as a header to your Thunder Client requests and now you can access authenticated endpoints.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bryansamuel1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant