Middleware d'authentification OpenID Connect "passwordless" pour serveur Ory Hydra
Go to file
wpetit 61aae078b5 Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
cmd/server Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
internal Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
misc Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
.gitignore Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
Makefile Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
README.md Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
docker-compose.yml Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
go.mod Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
go.sum Basic but complete authentication flow 2020-05-20 11:13:14 +02:00
modd.conf Basic email sending 2020-04-24 09:27:07 +02:00

README.md

hydra-passwordless

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

Ce middleware permet une authentification de type "passwordless" compatible avec les applications utilisant le protocole OpenID Connect pour l'authentification de leurs utilisateurs.

Démarrer avec les sources

# Dans un premier terminal, lancer le serveur hydra-passwordless + hydra (via docker-compose/modd)
make watch

# Dans un dernier terminal, générer le clientId et le clientSecret 
# pour le serveur hydra-passwordless.
# Ces identifiants pourront être utilisés par votre application OIDC.
make create-client

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-passwordless (Voir "Hydra- Login & Consent App")
http://localhost:3001/ Interface web FakeSMTP

FAQ

Générer une version de distribution

make release