abevoelker / devise-passwordless

Devise passwordless logins using emailed magic links
MIT License
201 stars 37 forks source link

Default config: add note about `passwordless_expire_old_tokens_on_sign_in` only working with `MessageEncryptorTokenizer` #45

Closed LLCampos closed 11 months ago

LLCampos commented 11 months ago

passwordless_expire_old_tokens_on_sign_in doesn't work for SignedGlobalIDTokenizer so added note that you have to be using MessageEncryptorTokenizer.

abevoelker commented 11 months ago

Good idea, thank you for the contribution! :metal: I squashed the wip commit into the first one and merged.