Skip to content

kamilbiela/auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Service

@TODO description

Installation

  1. Set you GOPATH properly (http://golang.org/doc/code.html#GOPATH)
  2. go get github.com/piotrkowalczuk/auth-service
  3. go get if some dependencies are missing
  4. Create conf/{env}.xml based on conf/{env}.xml.dist
  5. Set $AUTH_SERVICE_ENV global variable to test, development or production

Commands

Build

go build

Service

./auth-service initdb - execute data/sql/schema_{env}.sql against configured database.
./auth-service help [command] - display help message about available commands

Dependencies

  • PostgreSQL
  • MySQL (not supported yet)

TODO

  • Commands
    • Initialize database
    • Start server
  • Views
    • Registration
  • REST API
    • Registration
  • RPC API
    • Registration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%