On the community day, I noticed somebody mentionin...
# social
d
On the community day, I noticed somebody mentioning "fido" as a log in method to eliminate passwords. This inspired me to try and make a passwordless login for the Umbraco backoffice and so I did! Today I published version 0.0.1 (that is: it still requires some polishing and isn't production ready yet) of passwordless backoffice authentication as a package! Check it out! https://github.com/Infocaster/Passwordless/ It uses the webauthn protocol, enabling you to log in with windows hello and the apple/android equivalents. So you can log in to the backoffice with for example a fingerprint scanner! Super cool! The implementation is based on the service "passwordless": https://www.passwordless.dev/