Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: use token in auth in subsequent requests
if a token was saved in auth, it shall be used in subsequent requests. This avoid a situation where: to upload a blob, first is done anonymously, then retry with token then upload a manifest, avoid the attempt to upload anonymously if a token was present in the previous flow Signed-off-by: tarilabs <matteo.mortari@gmail.com>
- Loading branch information