mxstbr / passport-magic-login

Passwordless authentication with magic links for Passport.js.
MIT License
664 stars 45 forks source link

token.ts expiry #21

Closed slynchDev closed 1 year ago

slynchDev commented 1 year ago

Hello, is it possible to specify an expiration period for tokens? I'm seeing expiresIn: '60min' in your token.ts. I'd love to make that a bit longer (for a specific use case)

mxstbr commented 1 year ago

Implemented in #23 by @marcusvmsa!