auth

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JWTClaims

type JWTClaims struct {
	Name string `json:"name"`

	jwt.StandardClaims
}

type JWTProvider

type JWTProvider interface {
	Verify(token string) (*JWTClaims, error)
	IssueToken(name string, exp int64) (string, error)
}

func NewJWTProvider

func NewJWTProvider(secretKey string) JWTProvider

type OIDCProvider

type OIDCProvider interface {
	Verify(ctx context.Context, token string) (OIDCToken, error)
}

func NewOIDCProvider

func NewOIDCProvider(ctx context.Context, cfg *config.OIDC, cacheCfg config.Cache) (OIDCProvider, error)

type OIDCToken

type OIDCToken struct {
	UserName string
}

Directories

Path Synopsis
Package mock_auth is a generated GoMock package.
Package mock_auth is a generated GoMock package.

Jump to

Keyboard shortcuts

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