beego-blankapp is a beego based template with some libs integrations.
- Authorization based on beego sessions
- Passwords hashed by bcrypt
- ReactJS
- Websocket
- Casbin
- Sentry for Go
go get github.com/astaxie/beego
go get github.com/casbin/casbin
go get golang.org/x/crypto/bcrypt
go get github.com/gorilla/websocket
go get github.com/getsentry/raven-go
Users and hashed password in conf/users.conf.
Get hash from new password:
$ go run helpers/bcrypt/bcrypt.go newpassword
- Add Sentry for React
- Save users in PostgreSQL