package
0.0.0-20250103092728-94011c815f47
Repository: https://github.com/wanrun-develop/wanrun.git
Documentation: pkg.go.dev
# Functions
GenerateJwtID: JwtIDの生成。引数の数だけランダムの文字列を生成
args: - echo.Context: Echoのコンテキスト。リクエストやレスポンスにアクセスするために使用
return: - string: JwtID - error: error情報.
GetSignedJwt: 署名済みのJWT tokenの取得
args: - echo.Context: Echoのコンテキスト。リクエストやレスポンスにアクセスするために使用 - authDTO.UserAuthInfoDTO: jwtで使用する情報
return: - string: 署名したtoken - error: error情報.
func NewAuthHandler(ar repository.IAuthRepository, g google.IOAuthGoogle) IAuthHandler { return &authHandler{ar, g} }.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
JWTのClaims.
# Interfaces
No description provided by the author