You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like with Basic authentication, the tag in the Authorization header can be changed. For Bearer and Digest authentication, this isn't the case, and it sometimes you might need Bearer to be "api-key" instead.
Therefore, on New-PodeAuthScheme the -HeaderTag should be extended to Bearer and Digest - and it's default set to blank (this default does nothing anyway!).
The text was updated successfully, but these errors were encountered:
Describe the Change
Like with Basic authentication, the tag in the Authorization header can be changed. For Bearer and Digest authentication, this isn't the case, and it sometimes you might need Bearer to be "api-key" instead.
Therefore, on
New-PodeAuthScheme
the-HeaderTag
should be extended to Bearer and Digest - and it's default set to blank (this default does nothing anyway!).The text was updated successfully, but these errors were encountered: