jwt

package
v0.0.0-...-cfc3d81 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(s *service)

func WithSecret

func WithSecret(secret []byte) Option

type Service

type Service interface {
	Create(id int64) (token string, err error)
	Verify(token string) (id int64, issuedAt time.Time, err error)
}

func New

func New(opts ...Option) Service

Jump to

Keyboard shortcuts

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