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

Add support for token based authentication #15

Closed
2 tasks done
travishathaway opened this issue Oct 5, 2023 · 0 comments · Fixed by #16
Closed
2 tasks done

Add support for token based authentication #15

travishathaway opened this issue Oct 5, 2023 · 0 comments · Fixed by #16
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@travishathaway
Copy link
Collaborator

travishathaway commented Oct 5, 2023

What is the idea?

In order to support channel servers such as anaconda.org and prefix.dev, we need to add support for storing and using API tokens.

What should happen?

  • Add a new auth handler for token support
  • Test usage with anaconda.org and prefix.dev private channels

Additional Context

The way that tokens are submitted vary slight between anaconda.org and prefix.dev.

prefix.dev uses a more standard Authentication: Bearer <token> header, whereas anaconda.org uses a less standard Authentication: token <token> approach.

@travishathaway travishathaway added this to the Release 0.0.2 milestone Oct 5, 2023
@travishathaway travishathaway self-assigned this Oct 5, 2023
@travishathaway travishathaway added the enhancement New feature or request label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant