What's Changed
Bug fixes
- Auth: Prevent CSRF fixation attack by @wceolin in fad429cfe5bb503bafea4f1500270d755fe1e2a7
- Dashboard: Redirect user after updating school slug by @wceolin in d0ec9c696f06e509f59ffa71571b7d207a38ef42
Chore
- Docker Local Deployment Option by @AbdulSami455 in https://github.com/zoonk/uneebee/pull/128
- GitHub Actions: Run for external PRs by @wce...