Skip to content

knockbox/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knockbox/authentication

The User & Authentication service.

Docker

This assumes you have the local/docker-compose found in knockbox/architecture up and running to ensure the required database, cache, etc. are all existing for you to work with. If you are using other hosted services feel free to stand this up however you see fit.

Build

You can build the current environment using:

docker build -t knockbox/auth .

Run

The container can be run locally using:

docker run -p 9090:9090 --env-file .env.docker-local knockbox/auth

About

The Authentication and JWK service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published