django-mfa2
django-mfa2 copied to clipboard
Token delete formdata fix method
Delete token used the wrong method to access formdata, I exchanged it to POST instead of GET and it fixed the error on submit
Why the change if the AJAX is sent over GET and not POST?
Hello,
Any updates about this PR.
Still on it, to aquire strict CSP rules conformity, we have to rewrite some javascript.
Ok, can you share the rules and i can work with you on them, thanks for your help
I now stripped as recomended all url tags from js files see my latest implemenetation https://github.com/mkalioby/django-mfa2/compare/master...AndreasDickow:master. Can you please review the code?
We have now included translation tags for international usage and added a german translation of Status Messages. Additional the library is now conform with strict CSP settings not allowing javascript and style in html files.