From 8852e53cbe254a6d3f6cd00aec529c3ba3714575 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Wed, 2 Dec 2015 08:38:30 -0800 Subject: [PATCH] readme: added godoc link to readme closes #114 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a95e855..50361868 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Docker Repository on Quay.io](https://quay.io/repository/coreos/dex/status?token=2e772caf-ea17-45d5-8455-8fcf39dae6e1 "Docker Repository on Quay.io")](https://quay.io/repository/coreos/dex) +[![GoDoc](https://godoc.org/github.com/coreos/dex?status.svg)](https://godoc.org/github.com/coreos/dex) dex is a federated identity management service. It provides OpenID Connect (OIDC) and OAuth 2.0 to users, and can proxy to multiple remote identity providers (IdP) to drive actual authentication, as well as managing local username/password credentials.