Closed stinovlas closed 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:
django-fido
django_fido.backends
def is_fido_backend_used() -> bool: ...
@tpazderka @ziima What do you think?
Closed by #54.
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 indjango_fido.backends
such as: