Skip to content
/ gorvp Public

Go reverse proxy for microservice architecture, featuring OAuth2 based authorization.

Notifications You must be signed in to change notification settings

jacyzon/gorvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRvp

Compile

Pre requirement

  • Go 1.6 or higher version
  • Glide package manager
glide install
cd example
go build -o gorvp_ex

Usage

cd example
./gorvp_ex -c ../fixtures/config.yml -p 3000

-c specify the config file, -p specify the port that GoRvp will be listen.

Migration

The RSA key-pair is generated at the first time when GoRvp started, copy these files to the new machine or otherwise, the previously generated token will be invalid.

API document

Please head to https://io.jacyzon.com/gorvp.

About

Go reverse proxy for microservice architecture, featuring OAuth2 based authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages