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
Perhaps it could also support the standard header? You already support the standard bearer prefix so I suspect this was meant to echo the usual Authorization: bearer <token> pattern.
The text was updated successfully, but these errors were encountered:
Currently, the smokeshow server looks for the
Authorisation
header to authenticate requests. This differs from the standardAuthorization
header, which threw me a bit because I used a predefined constant header value.Perhaps it could also support the standard header? You already support the standard
bearer
prefix so I suspect this was meant to echo the usualAuthorization: bearer <token>
pattern.The text was updated successfully, but these errors were encountered: