CZ-NIC / django-fido

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

Add authentication backend detection #55

Closed stinovlas closed 4 years ago

stinovlas commented 4 years ago

In order to simplify work with django-fido, it would be useful if it provided detection whether its authentication backend (or any backend derived from it) is used. This could be a function in django_fido.backends such as:

def is_fido_backend_used() -> bool:
    ...
stinovlas commented 4 years ago

@tpazderka @ziima What do you think?

stinovlas commented 4 years ago

Closed by #54.