deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

Create a token on basic auth login? #304

Open vdice opened 2 years ago

vdice commented 2 years ago

Per https://github.com/deislabs/bindle/issues/302#issuecomment-1030275077, I'm wondering if we'd like bindle to add the following functionality: Create a token when clients successfully log in with basic auth credentials, such that further client actions (corresponding to said token) need not supply http un/pw values for each command. Similar to how bindle handles OIDC authn.