diff options
author | Matt Silverlock <matt@eatsleeprepeat.net> | 2017-02-05 09:43:38 +0300 |
---|---|---|
committer | Matt Silverlock <matt@eatsleeprepeat.net> | 2017-02-05 09:43:38 +0300 |
commit | 55fb70d4b7445f35318cdde4f62437408566708e (patch) | |
tree | 1ce8da38c1aee5c521b5c2217d36efef7cfee153 /README.md | |
parent | 667fe4e3466a040b780561fe9b51a83a3753eefc (diff) |
[wip] Initial v2 cut
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ securecookie ============ [![GoDoc](https://godoc.org/github.com/gorilla/securecookie?status.svg)](https://godoc.org/github.com/gorilla/securecookie) [![Build Status](https://travis-ci.org/gorilla/securecookie.png?branch=master)](https://travis-ci.org/gorilla/securecookie) +> v2: a work-in-progress. + securecookie encodes and decodes authenticated and optionally encrypted cookie values. |