auth

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2020 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.Datastore) *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.

Jump to

Keyboard shortcuts

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