Middleware goweb pour authentification OpenID Connect.
Go to file
wpetit 0df9908907 Do not use vendoring 2020-10-13 10:59:41 +02:00
cmd/server Test App: logout flow 2020-05-26 11:17:16 +02:00
internal Test App: logout flow 2020-05-26 11:17:16 +02:00
misc Do not use vendoring 2020-10-13 10:59:41 +02:00
.dockerignore Dokku deployment recipe 2020-05-20 20:07:53 +02:00
.gitignore Initial commit 2020-05-20 10:43:12 +02:00
Makefile Do not use vendoring 2020-10-13 10:59:41 +02:00
README.md Mise à jour de 'README.md' 2020-05-20 10:50:12 +02:00
client.go Do not send id_token_hint by default 2020-06-19 10:00:35 +02:00
go.mod Test App: logout flow 2020-05-26 11:17:16 +02:00
go.sum Test App: logout flow 2020-05-26 11:17:16 +02:00
middleware.go Test App: logout flow 2020-05-26 11:17:16 +02:00
modd.conf Initial commit 2020-05-20 10:43:12 +02:00
option.go Basic logout workflow 2020-05-20 13:06:12 +02:00
provider.go Initial commit 2020-05-20 10:43:12 +02:00
service.go Initial commit 2020-05-20 10:43:12 +02:00

README.md

goweb-oidc

Middleware goweb pour authentification OpenID Connect.

Exemple

Une application web de test est disponible dans le répertoire cmd/server. Voici les principaux exemples d'utilisation de la librairie: