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

Limit some actions to only authenticate via token #1531

Open
carols10cents opened this issue Oct 19, 2018 · 3 comments
Open

Limit some actions to only authenticate via token #1531

carols10cents opened this issue Oct 19, 2018 · 3 comments
Labels
A-accounts C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works

Comments

@carols10cents
Copy link
Member

Currently, all authentication for all routes happens either via a cookie through the browser or via an authentication header from cargo that uses a token. However, actions like publishing a crate and possibly others should only ever happen through cargo-- so it seems like a good idea to me to only authenticate for those actions via an auth header containing a token.

This is probably pretty low priority though.

@sgrif
Copy link
Contributor

sgrif commented Oct 20, 2018

#1488 fixes this

@carols10cents
Copy link
Member Author

oh hey cool

@markcatley
Copy link
Contributor

FYI #1488 was closed without implementing this.

@Turbo87 Turbo87 added C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works and removed P-low labels Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-accounts C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works
Projects
None yet
Development

No branches or pull requests

4 participants