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

Bearer token support #632

Closed
joepio opened this issue Apr 28, 2023 · 1 comment
Closed

Bearer token support #632

joepio opened this issue Apr 28, 2023 · 1 comment

Comments

@joepio
Copy link
Member

joepio commented Apr 28, 2023

We currently support Cookies and HTTP signed headers, but not bearer tokens. @AlexMikhalev has a good usecase for this. Should not be hard to implement.

joepio added a commit that referenced this issue Apr 28, 2023
@joepio joepio mentioned this issue Apr 28, 2023
4 tasks
joepio added a commit that referenced this issue Apr 28, 2023
@AlexMikhalev
Copy link
Collaborator

An example of a use case: is dynamic config, where the Atomic Data server acts like a config server:
https://github.com/mehcode/config-rs/blob/6de19be2b5be7aa16b697c2587a04445c47defba/examples/async_source/main.rs
Needs nested queries unwrapping atomic resources.

@joepio joepio closed this as completed Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants