This repository was archived by the owner on Dec 12, 2023. It is now read-only.
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Provide possibility for bearer-token #68
Open
Description
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", ...)