auth

package
v2.6.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotFound indicates that the auth-token isn't registered.
	ErrNotFound = errors.New("auth token not found")
)

Functions

This section is empty.

Types

type Auth

type Auth struct {
	// contains filtered or unexported fields
}

Auth contains a mapping between auth-tokens and Api instances.

func New

func New(store ds.TxnDatastore) *Auth

New returns a new Auth.

func (*Auth) Generate

func (r *Auth) Generate(iid ffs.APIID) (string, error)

Generate generates a new returned auth-token mapped to the iid.

func (*Auth) Get

func (r *Auth) Get(token string) (ffs.APIID, error)

Get returns the InstanceID associated with token. It returns ErrNotFound if there isn't such.

func (*Auth) List

func (r *Auth) List() ([]ffs.AuthEntry, error)

List returns a list of all API instances.

func (*Auth) RegenerateAuthToken added in v2.6.0

func (r *Auth) RegenerateAuthToken(token string) (string, error)

RegenerateAuthToken invalidates a token regenerating a new one.

Jump to

Keyboard shortcuts

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