authlink

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	UserDetails string
	AlertID     int    `json:",omitempty"`
	AlertAction string `json:",omitempty"`
}

func (Metadata) Validate

func (m Metadata) Validate() error

type Store

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

func NewStore

func NewStore(ctx context.Context, db *sql.DB, k keyring.Keyring) (*Store, error)

func (*Store) AuthLinkURL

func (s *Store) AuthLinkURL(ctx context.Context, providerID, subjectID string, meta Metadata) (string, error)

func (*Store) FindLinkMetadata

func (s *Store) FindLinkMetadata(ctx context.Context, token string) (*Metadata, error)

func (*Store) LinkAccount

func (s *Store) LinkAccount(ctx context.Context, token string) error

Jump to

Keyboard shortcuts

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