From 0228ab084d075e6e911aa31f1ccef4ffb8b63a19 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Mon, 16 Oct 2017 15:53:36 +0800 Subject: [PATCH] add cookiestxt (#1616) * add cookiestxt * update cookiestxt description as requested --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 658b8dfe..2d91b1b0 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [authboss](https://github.com/volatiletech/authboss) - Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure, and start building your app without having to build an authentication system each time. * [casbin](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, ABAC. +* [cookiestxt](https://github.com/mengzhuo/cookiestxt) - provides parser of cookies.txt file format. * [Go-AWS-Auth](https://github.com/smartystreets/go-aws-auth) - AWS (Amazon Web Services) request signing library. * [go-jose](https://github.com/square/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. * [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) - Standalone, specification-compliant, OAuth2 server written in Golang.