cds-snc / url-shortener

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

fix: do not delete magic link #378

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the magic link login process so that successful logins do not remove the GUID. This is being done so that systems with automatic link validation do not claim the user's session before they can.

Related