eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

FEAT: store multiple auth token for each site #52

Closed Masber closed 7 months ago

Masber commented 8 months ago

the auth token is stored in a single file. this means user needs to authenticate again every time the site is changed make manta able to manage multiple auth token for each site independently. this will help when migrating each token should exists in a different file or single file with a struct inside?

example:

~/.cache/manta//http

Masber commented 7 months ago

fixed in v1.28.9