Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2018 Changes in this version + const ErrKeyGen + const ErrPubKey + func DOOPS(c buffalo.Context, form string, data ...interface{}) error + func GenRSAKeyPair() (*rsa.PrivateKey, []byte, error) + func GetIntParam(c buffalo.Context, key string, min, max int) (i int) + func GetParam(c buffalo.Context, key string) interface + func GetStringParam(c buffalo.Context, key, failback string) (val string) + func InvalidAccess(c buffalo.Context, url, form string, data ...interface{}) error + func NewRS256AccessTokenGen(issuer, key string) osin.AccessTokenGen + func OOPS(c buffalo.Context, ec int, url, dom, form string, data ...interface{}) error + func SOOPS(c buffalo.Context, form string, data ...interface{}) error + func UARTAdmins(tx *pop.Connection) *models.Members + type RS256AccessTokenGen struct + Issuer string + PrivateKey *rsa.PrivateKey + func (g RS256AccessTokenGen) GenerateAccessToken(data *osin.AccessData, refresh bool) (string, string, error)