Matt Pye
Matt Pye
Hi @lorddaedra I'm not sure this is a good idea to merge? This will remove support for Python 3.5 but we are using any Python features which are 3.6+ only....
Hi @efojs Sorry if I'm not getting this but it looks like it's working as expected? It's up to the browser to delete a cookie but the cookie value is...
@dependabot rebase
Hi @lorddaedra * `@method_decorator(sensitive_post_parameters())` - I don't know if anywhere `sensitive_post_parameters` is required / can help. The only 2 POST requests we have are signup and login, both don't include...
FYI I've just released `1.0.2` to pypi with the `never_cache` decorator 👍
Hey @lorddaedra Thanks for the reply. My issue with `sensitive_post_parameters _ALL_` is what if someone wants to log that a user requested a login? By adding that decorator we remove...
[1.0.4](https://github.com/pyepye/django-magiclink/releases/tag/1.0.4) has been pushed with those changes