What are the benefits of using WebAuthn?
The Web Authentication API allows websites served via HTTPS to allow users to authenticate via asymmetric encryption. The procedure for login is basically the following:
Server sends a challenge (16 random bytes);
Client signs the challen… Continue reading What are the benefits of using WebAuthn?