This is a forked Negroni web app with basic auth and user registrations via MySQL database
Fixed Bcrypt login\registration
- Signup/Login
- Bcrypt passwords
- TOML support for configuration
- Pages rendered from templates
- Very Simple API call via Javascript on homepage
- go get github.com/BurntSushi/toml
- go get golang.org/x/crypto/bcrypt
- go get github.com/codegangsta/negroni
- go get github.com/goincremental/negroni-sessions
- go get github.com/goincremental/negroni-sessions/cookiestore
- go get github.com/go-sql-driver/mysql
- go get github.com/unrolled/render
Import users-mysql.sql in your MySQL database, then edit config.toml
- More extensive api examples
- Add a minimal CRUD