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
We currently have a prefix for Bearer tokens Bearer as a constant in the header package. As multiple use cases of a Basic prefix has popped up, we should introduce a Basic constant too.
Why
We currently have a prefix for Bearer tokens
Beareras a constant in theheaderpackage. As multiple use cases of aBasicprefix has popped up, we should introduce aBasicconstant too.