8000 GitHub - khalily/securecookie: a go implemention of tornado(>=3.2) secure cookies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a go implemention of tornado(>=3.2) secure cookies

License

Notifications You must be signed in to change notification settings
8000

khalily/securecookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

securecookie

import "github.com/kahlily/securecookie"

securecookie provide a go implementation of tornado (>=3.2) secure cookies.

GoDoc Build Status

Usage

func EncodeSecureCookie

func EncodeSecureCookie(name, value string, version int) (string, error)

Encode a specific version's(1 or 2) secure cookie.

func DecodeSecureCookie

func (sc *SecureCookie) DecodeSecureCookie(name, value string) (string, error)

Decode a secure cookie generate by EncodeSecureCookie.

About

a go implemention of tornado(>=3.2) secure cookies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0