Yubico provides a library for integrating FIDO (two factor) authentication in Python applications, see here: https://github.com/Yubico/python-fido2/tree/master/examples/server. I think this could greatly enhance security in SampleDB (and allow for much shorter passwords). What are your general thoughts on this?
A second and similar addition might be time-based one-time passwords (TOTP), but I haven't looked into existing solutions for this yet.
Yubico provides a library for integrating FIDO (two factor) authentication in Python applications, see here: https://github.com/Yubico/python-fido2/tree/master/examples/server. I think this could greatly enhance security in SampleDB (and allow for much shorter passwords). What are your general thoughts on this?
A second and similar addition might be time-based one-time passwords (TOTP), but I haven't looked into existing solutions for this yet.