Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

octopart/go-itsdangerous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license Codeship Status

go-itsdangerous

Like itsdangerous but for Go.

Updates for 2016

Forked from https://github.com/iromli/go-itsdangerous, and updated to work with latest version of itsdangerous, specifically the flask secure cookie defaults (URLSafeTimedSerializer):

  • Removed EPOCH (see pallets/itsdangerous#46)
  • Added zlib compression / decompression (see comment)
  • Added helper functions SignB64, UnsignB64 for ease of use with the URLSafeTimedSerializer / URLSafeSerializer

Also:

  • Replaced use of string with []byte to avoid casting back and forth

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.5%
  • Python 12.5%