aaugustin / django-sesame

"Magic Links" - URLs with authentication tokens for one-click login
https://django-sesame.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
980 stars 57 forks source link

Typo in tutorial for Login by email #91

Closed vkuzmov closed 2 years ago

vkuzmov commented 2 years ago

Configure short-lived tokens configuration says:

SESAME_MAX_AGE = 600  # 600 seconds = 5 minutes

which is actually 10 minutes. Not 5 :)