authapi

package
v0.0.0-...-1842cec Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthFacade

type AuthFacade interface {
	ValidateAccessToken(tokenStr string) bool
}

AuthFacade defines the interface for authentication operations

type AuthService

type AuthService struct {
	pb.UnimplementedAuthApiServiceServer
	// contains filtered or unexported fields
}

AuthService implements the AuthApiService gRPC service

func NewAuthService

func NewAuthService(logger *zap.Logger, authFacade AuthFacade) *AuthService

NewAuthService creates a new AuthService instance

func (*AuthService) VerifyToken

VerifyToken verifies JWT access token

Directories

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

Jump to

Keyboard shortcuts

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