Skip to content

v0.6.0

Compare
Choose a tag to compare
@bojanz bojanz released this 01 Feb 19:38
· 38 commits to main since this release

Reworked authentication.

  • Renamed --token/--token-cmd to --auth/--auth-cmd.
  • Added support for basic auth (--auth-type=basic).
  • Added support for API key auth (--auth-type=api-key), with a configurable header (--api-key-header, defaults to "X-API-Key").

Auth type and api header name are auto-detected from the spec when possible.

Requires re-adding profiles (or manually updating the config file).