Enable passing JWT as a cookie to auth requests (Management API)
Description
Integrating support for JWT as a cookie allows the UI to use interfaces where it's not possible to set the Authorization headers (such as websockets and open file download links). Acceptance criteria:
Add support for passing the JWT token as a cookie called "JWT" on authorization requests (management API only).
Integrating support for JWT as a cookie allows the UI to use interfaces where it's not possible to set the Authorization headers (such as websockets and open file download links).
Acceptance criteria:
Add support for passing the JWT token as a cookie called "JWT" on authorization requests (management API only).