mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
* Use X-JWT header for sending authentication info both from server to client and from client to server. * Send token in body of login response. * Also use Set-Cookie: JWT=… so that calls that are not issued directly by Dougal (e.g. Deck.gl layers with a URL `data` property) work without having to jump through hoops. Closes #321