Concordium / concordium-wallet-proxy

Apache License 2.0
6 stars 3 forks source link

Disable sessions and sessions cookies. #8

Closed abizjak closed 3 years ago

abizjak commented 3 years ago

Purpose

One of the issues pointed out in the audit of the mobile wallet was that the backend (the wallet-proxy) sends the session cookie even if the connection is not secure and that this should be disabled. Since we do not use sessions for anything it is simpler to just disable it entirely.

Changes

Disable the built-in session handling defaults

Checklist