Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + type ExchangeRequest struct + Token string + type ExchangeResponse struct + Session *models.Session + User *models.User + type ExchangeResult struct + Session *models.Session + SessionToken string + User *models.User + type MagicLinkPluginConfig struct + DisableSignUp bool + Enabled bool + ExpiresIn time.Duration + SendMagicLinkVerificationEmail func(email string, url string, token string) error + func (config *MagicLinkPluginConfig) ApplyDefaults() + type SignInResponse struct + Message string + type SignInResult struct + Token string + type VerifyResponse struct + Message string + Token string