token_store

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CRANE_SESSION_KEY = "CRANE_SESSION_KEY"
)

Variables

View Source
var (
	TokenExpired  = errors.New("token expired")
	TokenNotFound = errors.New("token not found")
)
View Source
var (
	ErrCookieNotExist = errors.New("cookie does not exists")
)

Functions

This section is empty.

Types

type Cookie struct {
	auth.TokenStore
}

func NewCookieStore

func NewCookieStore() *Cookie

func (*Cookie) Del

func (d *Cookie) Del(ctx *gin.Context, token string) error

func (*Cookie) Get

func (d *Cookie) Get(ctx *gin.Context, token string) (string, error)

func (*Cookie) Set

func (d *Cookie) Set(ctx *gin.Context, token, accountId string, expiredAt time.Time) error

type Default

type Default struct {
	auth.TokenStore

	Store map[string]*tokenStore
}

func NewDefaultStore

func NewDefaultStore() *Default

func (*Default) Del

func (d *Default) Del(ctx *gin.Context, token string) error

func (*Default) Get

func (d *Default) Get(ctx *gin.Context, token string) (string, error)

func (*Default) Set

func (d *Default) Set(ctx *gin.Context, token, accountId string, expiredAt time.Time) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL