Versions in this module Expand all Collapse all v1 v1.0.1 Nov 3, 2025 v1.0.0 Nov 3, 2025 Changes in this version + const AUTH_SCOPE_REGISTER + var ACCOUNT_REGISTRATION_CONFIRMATION_MESSAGE string = "Please confirm your registration by clicking the following link: {linkUrl}" + var ACCOUNT_REGISTRATION_CONFIRMATION_SUBJECT string = "Confirm your registration" + var ACCOUNT_REGISTRATION_CONFIRMATION_URL string = "https://www.example.tld/auth/register/{ott}" + type AuthScope struct + Action string + ExpiredAt int64 + Object string + OneTimeToken string + type RequestAuthAccountRegister struct + Body struct{ ... } + type RequestOneTimeTokenValidate struct + Body struct{ ... } + type Resource struct + func NewResource(fc *comby.Facade, api huma.API, email email.Email) *Resource + func (rs *Resource) AccountRegister(ctx context.Context, req *RequestAuthAccountRegister) (*ResponseAuthWithScope, error) + func (rs *Resource) OneTimeTokenValidate(ctx context.Context, req *RequestOneTimeTokenValidate) (*ResponseAuthWithScope, error) + func (rs *Resource) Register() + func (rs *Resource) ThrottleRequest(ctx context.Context, req *RequestAuthAccountRegister) error + type ResponseAuthWithScope struct + Body struct{ ... }