Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type AuthFacade interface + ValidateAccessToken func(tokenStr string) bool + type AuthService struct + func NewAuthService(logger *zap.Logger, authFacade AuthFacade) *AuthService + func (s *AuthService) VerifyToken(ctx context.Context, req *pb.VerifyTokenRequest) (*pb.VerifyTokenResponse, error)