telackey d369ddbeaf Add e-mail verification. (#1)
Reviewed-on: #1
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-09-13 21:09:06 +00:00
2023-09-13 21:09:06 +00:00
2023-08-14 23:22:02 -05:00
2023-09-13 21:09:06 +00:00
2023-08-14 23:22:02 -05:00
2023-08-14 23:22:02 -05:00
2023-08-14 23:22:02 -05:00
2023-09-13 21:09:06 +00:00
2023-08-17 22:36:36 +00:00
2023-08-14 23:22:02 -05:00
2023-08-14 23:22:02 -05:00
2023-09-13 21:09:06 +00:00

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
S
Description
No description provided
Readme
106 KiB
Languages
TypeScript 92.7%
HTML 5.7%
Dockerfile 1%
Shell 0.6%