main
Reviewed-on: #1 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
keycloak-reg-api
Simple API for self-registration of Keycloak accounts that use API keys.
Building
Local
$ yarn install
$ CERC_KCUSERREG_API_URL=http://my.keycloak.url:8080/auth yarn dev
Docker
$ docker build -t cerc/keycloak-reg-api:local .
$ docker run \
-e CERC_KCUSERREG_API_URL=http://my.keycloak.url:8080/auth \
-p 9292 cerc/keycloak-reg-api:local
Languages
TypeScript
92.7%
HTML
5.7%
Dockerfile
1%
Shell
0.6%