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:

  1. id - primary key int
  2. email - character varying(255)
  3. password - character varying(60)

Of course you could easily plug in another SQL database really easily. See the Beego ORM documentation for more information.

# Packages

No description provided by the author
No description provided by the author