-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for oauth2 token exchanges? #2475
Labels
feature-request
A new requested functionality.
Comments
ghost
changed the title
Support for oauth2 token?
Support for oauth2 token exchanges?
Jun 24, 2023
I second this! It seems like I can't rely on Serenity for OAuth2 stuff at all since it doesn't even have the OAuth2 endpoints in |
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Oct 7, 2024
…urrent` to `Route` (serenity-rs#2935) This adds routes to `Route` that are related to OAuth2 and token exchanges. This is a step towards resolving serenity-rs#762 and serenity-rs#2475.
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Oct 20, 2024
…urrent` to `Route` (serenity-rs#2935) This adds routes to `Route` that are related to OAuth2 and token exchanges. This is a step towards resolving serenity-rs#762 and serenity-rs#2475.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to add oauth2 token support? Having a library that supports the discord api, but having to manually make access token exchanges is tedious.
Here's an example of what has to be sent
Here's an example response
It would be much appreciated!
The text was updated successfully, but these errors were encountered: