Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 346 Bytes

GOAUTH2

Go web application to login through Github, Linkedin, Twitter and merging user on the basis of unique email Id and storing user in Postgres.

1. Set Configurations

Set api keys and database in conf/conf.go file.

2. Go Get the missing packages

go get

3. Build

go build

4. Run

./goauth2