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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Would it be possible to have an option to use bearer-tokes instead of the session-cookie?
Additional information
Could be helpful, uses "Authorisation: Bearer ...some...id..." as header, instead of the dreaded cookie header, using LocalStorage for saving client side.
Possibly circumvents restrictions on cookies, like if the session cookie name does not match a well known and usually not blocked name (like "SESSID", ...)
The text was updated successfully, but these errors were encountered:
Describe the feature
Would it be possible to have an option to use bearer-tokes instead of the session-cookie?
Additional information
Could be helpful, uses "Authorisation: Bearer ...some...id..." as header, instead of the dreaded cookie header, using LocalStorage for saving client side.
Possibly circumvents restrictions on cookies, like if the session cookie name does not match a well known and usually not blocked name (like "SESSID", ...)
The text was updated successfully, but these errors were encountered: