cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

Bug: magic link TTL is not being respected #380

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Magic links are remaining valid past the expected 5 minute TTL.

Related

patheard commented 1 year ago

Magic link TTL is now respected and cleaned up from the table automatically once the link has expired.