-
Notifications
You must be signed in to change notification settings - Fork 371
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
Implement OAuth 2.0 authentication #481
Comments
Thanks for opening this issue @paulius-valiunas |
Can you please assign this to me |
@beingPro007 We do not assign any issues. Anyone can work on the issue and submit a PR. |
@ashitaprasad @paulius-valiunas OAuth2 Feature ImplementationCurrent State
Images and Flow |
@abhinavs1920 You can send across a PR for review |
@ashitaprasad Please check #524 |
Tell us about the task you want to perform and are unable to do so because the feature is not available
I want to send requests to services that use OAuth 2.0. Right now I have to manually acquire an authorization token and copy/paste it into APIDash. The tokens expire usually in an hour, so I have to do this multiple times a day, not only separately for every service, but even for every individual request I have in the library.
Describe the solution/feature you'd like us to add
APIDash should automatically open a browser session/popup and let me sign in using OAuth 2.0's "hybrid", "implicit" flows. It should also allow me to obtain a token using the "client credentials" flow, which doesn't require a browser session (this is way easier to implement and would already be a huge step forward).
The text was updated successfully, but these errors were encountered: