Make magic link single use and reduce duration to 15min
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -125,7 +125,7 @@ func New() *Implm {
|
||||
DisableSignup: false,
|
||||
InvitationConfirmationTokenValidity: 3600,
|
||||
PasswordResetTokenValidity: 3600,
|
||||
MagicLinkTokenValidity: 3600,
|
||||
MagicLinkTokenValidity: 900,
|
||||
SAML: samlConfig{
|
||||
SessionDuration: 604800,
|
||||
CleanupIntervalSeconds: 86400,
|
||||
|
||||
Reference in New Issue
Block a user