-
Notifications
You must be signed in to change notification settings - Fork 598
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
Better oauth2 support #762
Labels
Comments
arqunis
added
feature-request
A new requested functionality.
http
Related to the `http` module.
labels
Jan 2, 2020
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.
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Nov 11, 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
Nov 15, 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.
mkrasnitski
pushed a commit
to mkrasnitski/serenity
that referenced
this issue
Dec 8, 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.
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Jan 16, 2025
…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.
mkrasnitski
pushed a commit
to mkrasnitski/serenity
that referenced
this issue
Feb 1, 2025
…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
Labels
I tried using serenity with the web flow login, and I have facing these problems:
reqwest::Client
has to be created for each session, which is not optimal for performanceThe text was updated successfully, but these errors were encountered: