v1.3.0 Release
Updates and fixes
- Update experimental crypto package to v0.7.0 in go.mod
- Fix serving static files from the embedded file system
- Decouple SQL queries from model logic
- Default username on login/register is a placeholder instead of a value
- Expand .gitignore
New features
- Migrations (AutoMigrate can be disabled in env.json)
- User model can now have multiple sessions
- Graceful server shutdown
- New default CSS (looks much nicer now)