aclindsa / moneygo

An accounting web application to track personal finances written in Go and React/Bootstrap
MIT License
199 stars 37 forks source link

Only serve over HTTPS, optionally auto-generating certificates #34

Closed aclindsa closed 6 years ago

aclindsa commented 6 years ago

Because MoneyGo requires sending passwords and session cookies, we should never serve over HTTP. While we're at it, make it more convenient for folks to test this out by adding a config option to auto-generate self-signed certificates.