20 lines
656 B
Markdown
20 lines
656 B
Markdown
|
# hydra-webauthn
|
||
|
|
||
|
["Login & Consent App"](https://www.ory.sh/hydra/docs/login-consent-flow/) pour le serveur d'authentification OpenID Connect [Hydra](https://www.ory.sh/hydra/).
|
||
|
|
||
|
Ce middleware permet une authentification de type "[webauthn](https://webauthn.io/)".
|
||
|
|
||
|
## Démarrer avec les sources
|
||
|
|
||
|
```shell
|
||
|
# 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"](https://www.ory.sh/hydra/docs/login-consent-flow/))
|