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 + const GitHubAuthTokenProvider + const GoogleAuthTokenProvider + const ResendVerificationCodeCooldown + const UnsubscribeTokenTTL + const VerificationCodeTTL + type Role string + const PublisherRoleName + const UserRoleName + type UpdateProfileParams struct + Name *string + NewPassword *string + Password *string + type User struct + DisplayName string + Email string + EmailVerified bool + ID string + Role string + Username string + func (u *User) IsPublisher() bool