mamba-org / powerloader

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Add authentication options to each Mirror #80

Open wolfv opened 2 years ago

wolfv commented 2 years ago

Each mirror should have their own authentication information. Ideally we can make this extensible so that for generic Mirrors we could have a BaseHTTPAuth handler. For mamba, we would implement a TokenAuthHandler where we handle adding the token to the URL on mamba's side.