package
module
Version:
v0.0.0-...-4f9f5f2
Opens a new window with list of versions in this module.
Published: May 19, 2017
License: Unlicense
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
SignHS256 encode a set of claims in a HS256 encoded token.
type Claims map[string]interface{}
Claims is the type of the token's body. It is basically an alias of map to
be more readable and easy to use.
ParseHS256 parse and validate a HS256-encoded token. For now, it doesn't
check anything else than the signature.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.