README ¶ 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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis config controllers oidc Click to show internal directories. Click to hide internal directories.