CZ-NIC / django-fido

Django application for FIDO protocol U2F

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `request` argument of `authenticate` to positional

stinovlas opened this issue · comments

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.