-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
It would be helpful if a URL can be specified (using an env var) which is used to obtain the token. Ideally then use the username and password provided via --auth=
.
The token fetch and use sequence would then be triggered upon response header Www-Authenticate:
, which also typically contains keyword JWT
or Bearer
to indicate which prefix was expected.