CZ-NIC / django-fido

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

Registration view allow option to set `resident_key=True` #138

Closed variable closed 2 years ago

variable commented 2 years ago

Currently the registration view code is omitting the resident_key param, could we add an check box on the frontend to enable this field to set to True?

I would like to have this functionality to implement passwordless on top of this package.

variable commented 2 years ago

Merged to master