stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
851 stars 33 forks source link

[FEATURE] Provision session tokens on successful auth #219

Open aaronleopold opened 7 months ago

aaronleopold commented 7 months ago

Is your feature request related to a problem? Please describe.

Future development towards Windows desktop builds will be blocked by a Windows issue where webview2 blocks the cookies the server sends. macOS and Linux seem otherwise unaffected.

Describe the solution you'd like

Support sending some sort of token that can be used in the interface, this way the issue of the blocked cookie does not matter. This should ideally work alongside the server-side auth, as I don't necessarily want to remove that system (useful in existing features like log out on all devices, etc).