From 83c3d4b10e6d370eb5f833c63afd57ed607d3442 Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Tue, 22 Dec 2020 22:00:09 +0100 Subject: [PATCH] Add badges to the README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3b83854..e40f3d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # httpsig +> HTTP Signatures made simple + +[![Build Status][Build-Status-Image]][Build-Status-Url] [![Go Reference][Go-Reference-Image]][Go-Reference-Url] +[![Go Report Card][Go-Report-Card-Image]][Go-Report-Card-Url] [![License][License-Image]][License-Url] +[![OpenCollective][OpenCollective-Image]][OpenCollective-Url] + `go get github.com/go-fed/httpsig` Implementation of [HTTP Signatures](https://tools.ietf.org/html/draft-cavage-http-signatures). @@ -92,3 +98,14 @@ func verify(r *http.Request) error { `Verifier`s are not safe for concurrent use by goroutines, but since they are constructed on a per-request or per-response basis it should not be a common restriction. + +[Build-Status-Image]: https://travis-ci.org/go-fed/httpsig.svg?branch=master +[Build-Status-Url]: https://travis-ci.org/go-fed/httpsig +[Go-Reference-Image]: https://pkg.go.dev/badge/github.com/go-fed/httpsig +[Go-Reference-Url]: https://pkg.go.dev/github.com/go-fed/httpsig +[Go-Report-Card-Image]: https://goreportcard.com/badge/github.com/go-fed/httpsig +[Go-Report-Card-Url]: https://goreportcard.com/report/github.com/go-fed/httpsig +[License-Image]: https://img.shields.io/github/license/go-fed/httpsig?color=blue +[License-Url]: https://opensource.org/licenses/BSD-3-Clause +[OpenCollective-Image]: https://img.shields.io/opencollective/backers/go-fed-activitypub-labs +[OpenCollective-Url]: https://opencollective.com/go-fed-activitypub-labs