auth

package
v0.0.0-...-dd34b7f Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth interface {
	Authenticator(vendor Vendor) (Authenticator, error)
	Signer() *signer.Service
	Verifier() *verifier.Service
}

Auth represents an authentication service

type Authenticator

type Authenticator interface {
	BasicAuth(ctx context.Context, user string, password string) (*auth.Token, error)
	VerifyIdentity(ctx context.Context, idToken string) (*jwt.Claims, error)
	ReissueIdentityToken(ctx context.Context, refreshToken string, subject string) (*auth.Token, error)
	ResetCredentials(ctx context.Context, email, newPassword string) error
}

type Vendor

type Vendor string

Vendor represents an authentication service vendor

const (
	VendorCognito  Vendor = "cognito"
	VendorFirebase Vendor = "firebase"
)

Jump to

Keyboard shortcuts

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