CZ-NIC / django-fido

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

Passwordless login #145

Closed variable closed 2 years ago

variable commented 2 years ago

This includes

  1. passwordless backend
  2. login view that works with passwordless backend
  3. does not require the user_handle to be recorded (#140), if we continue to use username as user.id, please reset master prior merging that PR. Ref https://github.com/CZ-NIC/django-fido/issues/144
tpazderka commented 2 years ago

Could you please rebaso on the current master? The commit history is getting convoluted. Thanks.

variable commented 2 years ago

Could you please rebaso on the current master? The commit history is getting convoluted. Thanks.

Sure, rebased and pushed.

variable commented 2 years ago

Don't know why py38 failed, worked fine on my computer

image