dodobrands / WebAuthn.Net

WebAuthn (Passkeys) library for .NET.
MIT License
149 stars 2 forks source link

[Demo] Use username hash as userhandle #12

Closed Keroosha closed 4 months ago

Keroosha commented 4 months ago

Fixes #7

Registration may fail on same username due random userHandle for same username

This PR fixes userhandle generation to use SHA256 from username instead of random Guid