Skip to content

Parse and verify JWT-token, replace it with X-Auth headers.

License

Notifications You must be signed in to change notification settings

kodix/auth-proxy

Repository files navigation

Auth Proxy Build Status Go Report Card

Parse and verify JWT-token, replace it with X-Auth headers.

Usage

Run with '-h' argument

Cache clearing

For clear cached public keys send HUP signal

Example

With docker: Run in command line from repository directory

$ dep ensure
$ docker build -t auth .
$ docker run --rm -p 1499:80 auth -addr :80 -c /opt/default/config.json -v 3 -cap 100

About

Parse and verify JWT-token, replace it with X-Auth headers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages