package
0.0.0-20240823051859-4eeec6f2bddc
Repository: https://github.com/outofstack/game-library-auth.git
Documentation: pkg.go.dev

# Functions

AuthService creates and configures auth app.
DebugService creates and configures debug app.
RegisterRoutes registers routes for auth service.

# Structs

AuthAPI describes dependencies for auth endpoints.
CheckAPI has methods for readiness and liveness checking.
SignInReq represents user sign in request.
SignUpReq represents user sign up request.
SignUpResp represents sign up response.
TokenAPI describes dependencies for token endpoints.
TokenResp describes response with JWT.
UpdateProfileReq represents update profile request.
VerifyToken is a request type for JWT verification.
VerifyTokenResp is a response type for JWT verification.