From b7cf94ef4f2975170ad149784547b92f24284dd7 Mon Sep 17 00:00:00 2001 From: Christoph Hack Date: Tue, 27 Mar 2018 14:05:34 +0200 Subject: [PATCH] added godoc badge to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c000286..e55372c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # SAML +[![](https://godoc.org/github.com/crewjam/saml?status.svg)](http://godoc.org/github.com/crewjam/saml) Package saml contains a partial implementation of the SAML standard in golang. SAML is a standard for identity federation, i.e. either allowing a third party to authenticate your users or allowing third parties to rely on us to authenticate their users.