siwe

package
v0.0.0-...-122f59b Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DependencySet = wire.NewSet(
	wire.Struct(new(Store), "*"),
	wire.Struct(new(Provider), "*"),
)

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Store *Store
	Clock clock.Clock
	SIWE  SIWEService
}

func (*Provider) Create

func (p *Provider) Create(i *identity.SIWE) error

func (*Provider) Delete

func (p *Provider) Delete(i *identity.SIWE) error

func (*Provider) Get

func (p *Provider) Get(userID, id string) (*identity.SIWE, error)

func (*Provider) GetByMessage

func (p *Provider) GetByMessage(msg string, signature string) (*identity.SIWE, error)

func (*Provider) GetMany

func (p *Provider) GetMany(ids []string) ([]*identity.SIWE, error)

func (*Provider) List

func (p *Provider) List(userID string) ([]*identity.SIWE, error)

func (*Provider) New

func (p *Provider) New(
	userID string,
	msg string,
	signature string,
) (*identity.SIWE, error)

type SIWEService

type SIWEService interface {
	VerifyMessage(msg string, signature string) (*model.SIWEWallet, *ecdsa.PublicKey, error)
}

nolint: golint

type Store

type Store struct {
	SQLBuilder  *appdb.SQLBuilderApp
	SQLExecutor *appdb.SQLExecutor
}

func (*Store) Create

func (s *Store) Create(i *identity.SIWE) error

func (*Store) Delete

func (s *Store) Delete(i *identity.SIWE) error

func (*Store) Get

func (s *Store) Get(userID, id string) (*identity.SIWE, error)

func (*Store) GetByAddress

func (s *Store) GetByAddress(chainID int, address web3.EIP55) (*identity.SIWE, error)

func (*Store) GetMany

func (s *Store) GetMany(ids []string) ([]*identity.SIWE, error)

func (*Store) List

func (s *Store) List(userID string) ([]*identity.SIWE, error)

Jump to

Keyboard shortcuts

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