Skip to content

A no factor auth server, to accomodate the need for testing jwt tokens in dev environments.

License

Notifications You must be signed in to change notification settings

zaker/no-factor-auth

Repository files navigation

This is a no factor "Authentication" service aka YOLO Auth

It doesn't provide security, it provides a signed token to services that needs to perform e2e testing

Setup

It contains a private key in config.go that signs the jwt tokens

And since it's mostly zero config, it starts on http://0.0.0.0:8089, all incomming on local server.

Run

go build
./no-factor-auth

Docker

docker run -p 8089:8089 lambdaville/no-factor-auth

About

A no factor auth server, to accomodate the need for testing jwt tokens in dev environments.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published