Skip to content
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

http_security_scheme() #53

Open
jonthegeek opened this issue Oct 4, 2023 · 2 comments
Open

http_security_scheme() #53

jonthegeek opened this issue Oct 4, 2023 · 2 comments
Labels
feature a feature request or enhancement

Comments

@jonthegeek
Copy link
Owner

As an API user, I'd like to create standardized API http security scheme objects, so that I don't have to remember the names of all the expected fields.

Be sure to uncomment their as_ call in components-security_scheme.R, ~line 84.

@jonthegeek jonthegeek added the feature a feature request or enhancement label Oct 4, 2023
@jonthegeek
Copy link
Owner Author

This is a good one to set up as a fall back for poorly implemented oauth2 (eg slack). The slack oauth2 scheme grants a long-lived bearer token, which is a type of http auth scheme. See https://www.rfc-editor.org/rfc/rfc6750.html and https://httr2.r-lib.org/reference/req_auth_bearer_token.html

@jonthegeek
Copy link
Owner Author

Anything with oauth2 kinda also has the bearer version of this available, there might just be a short time limit. Might mean more on the beekeeper side than here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
Status: No status
Development

No branches or pull requests

1 participant