ShellYard
Last reviewed against v0.9.0 source: internal/tools/http_auth.go

Auth presets

Basic, Bearer, API key, OAuth2 (auth code / client credentials / password), Digest, NTLM, AWS SigV4, plus vault and inherit.

Auth applies per-request or via collection inheritance:

PresetNotes
NoneNo auth header sent
Basicusername + password
Bearertoken
API keyheader or query, configurable name
OAuth2authorization code, client credentials, password grant — token caching included
DigestRFC 2617
NTLMWindows-style NTLMv2
AWS SigV4service + region + credentials
Vaultresolves a vault credential ID at request time
Inherituse the parent collection’s auth

OAuth2 client-credentials and password flows store the negotiated bearer in memory for the request batch.