CZ-NIC / django-fido

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

Passwordless auth backend #143

Closed variable closed 2 years ago

variable commented 2 years ago

This completes the passwordless authentication by adding the authentication backend, this is dependent on the "recording user handle" branch, hence it was branched from that feature branch.

I can merge this branch into the 'record user handle' branch if you prefer.

variable commented 2 years ago

I am having second thought about this PR, this PR does not provide all necessarily code to perform the passwordless login, I still need to change the views.py to make this happen. Hence closing this PR until I have that bit done.

variable commented 2 years ago

This has been superseded by #145