Go to file
wpetit e199fe3d26 feat: initial commit 2023-11-23 18:23:01 +01:00
cmd/server feat: initial commit 2023-11-23 18:23:01 +01:00
internal feat: initial commit 2023-11-23 18:23:01 +01:00
misc feat: initial commit 2023-11-23 18:23:01 +01:00
public feat: initial commit 2023-11-23 18:23:01 +01:00
template feat: initial commit 2023-11-23 18:23:01 +01:00
.dockerignore feat: initial commit 2023-11-23 18:23:01 +01:00
.env.dist feat: initial commit 2023-11-23 18:23:01 +01:00
.gitignore feat: initial commit 2023-11-23 18:23:01 +01:00
Makefile feat: initial commit 2023-11-23 18:23:01 +01:00
README.md feat: initial commit 2023-11-23 18:23:01 +01:00
docker-compose.yml feat: initial commit 2023-11-23 18:23:01 +01:00
go.mod feat: initial commit 2023-11-23 18:23:01 +01:00
go.sum feat: initial commit 2023-11-23 18:23:01 +01:00
modd.conf feat: initial commit 2023-11-23 18:23:01 +01:00

README.md

hydra-webauthn

"Login & Consent App" pour le serveur d'authentification OpenID Connect Hydra.

Ce middleware permet une authentification de type "webauthn".

Démarrer avec les sources

# Requires Go 1.21 and docker-compose
make watch

URLs

URL Description
http://localhost:4444/ Points d'entrée OIDC Hydra
http://localhost:4445/ API d'administration Hydra
http://localhost:3000/ Middleware Hydra hydra-webauthn (Voir "Hydra- Login & Consent App")