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

define the access token provider interface for ruby #1638

Closed
Tracked by #1049
baywet opened this issue Jun 22, 2022 · 0 comments · Fixed by #1760
Closed
Tracked by #1049

define the access token provider interface for ruby #1638

baywet opened this issue Jun 22, 2022 · 0 comments · Fixed by #1760
Assignees
Labels
enhancement New feature or request Ruby WIP

Comments

@baywet
Copy link
Member

baywet commented Jun 22, 2022

In the past few months we've splat the authentication provider for bearer auth into multiple components:

  • the base bearer authentication provider, which is in charge of formatting the authorization header
  • the allowed hosts validator, which verifies the request targets a known host before performing authentication
  • the access token provider, which gets a JWT access token. To be used in combination with the base bearer token provider

example

Those changes have not been reflected to the ruby abstractions are a prerequisite to the authentication provider implementation work listed in #421.

More information with #1009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Ruby WIP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants