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
IIUC there are no standard way for logout from basic auth. and there are workaround by sending 401 for cover this.
but from browser side, I think its kind of clear cached authenticated state.
clear-site-data: "baisic-auth" could cover this ?
The text was updated successfully, but these errors were encountered:
There have been proposals around this as well as allowing form-based login (rather than browser prompts), but none of that has gained much traction. It's not that clear whether HTTP authentication is worth investing in.
IIUC there are no standard way for logout from basic auth. and there are workaround by sending 401 for cover this.
but from browser side, I think its kind of clear cached authenticated state.
clear-site-data: "baisic-auth" could cover this ?
The text was updated successfully, but these errors were encountered: