package
0.0.0-20170104195730-145f2ca8a6e1
Repository: https://github.com/hiteshjoshi/ginauth.git
Documentation: pkg.go.dev
# README
ginAuth Example
This folder includes a simple example RESTful server with ginAuth already plugged in. It requires a
Postgres SQL database with a table simply called users
with three fields:
id
- primary key intemail
- character varying(255)password
- character varying(60)
Of course you could easily plug in another SQL database really easily. See the Beego ORM documentation for more information.