Discover Packages
github.com/icco/xsrftoken
package
module
Version:
v0.0.0-...-4248716
Opens a new window with list of versions in this module.
Published: May 24, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
README
¶
xsrftoken
Automatically exported from code.google.com/p/xsrftoken on 2015-05-24.
Expand ▾
Collapse ▴
Documentation
¶
Package xsrftoken provides methods for generating and validating secure XSRF tokens.
The duration that XSRF tokens are valid.
It is exported so clients may set cookie timeouts that match generated tokens.
Generate returns a URL-safe secure XSRF token that expires in 24 hours.
key is a secret key for your application.
userID is a unique identifier for the user.
actionID is the action the user is taking (e.g. POSTing to a particular path).
func Valid(token, key, userID, actionID string ) bool
Valid returns true if token is a valid, unexpired token returned by Generate.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.