CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

Change `request` argument of `authenticate` to positional #130

Closed stinovlas closed 2 years ago

stinovlas commented 2 years ago

Some backends require request argument of authenticate method to be positional, not keyword. It's fundamental flaw in these other backends, but in order to make django_fido more compatible with them, I suggest to make this change which is backwards all the way back to Django 1.11.