Pēteris Caune 568a287850
Fix WebAuthn registration to use random bytes for user handle
User handle is used in a username-less authentication, to map a
credential received from browser with an user account in the
database. Since we only use security keys as a second factor,
the user handle is not of much use to us.

The user handle:
 - must not be blank,
 - must not be a constant value,
 - must not contain personally identifiable information.

So we use random bytes, and don't store them on our end.
2020-11-19 13:59:23 +02:00
..
2020-11-16 11:20:01 +02:00
2020-11-16 11:20:01 +02:00
2020-11-16 11:20:01 +02:00
2015-06-11 22:12:09 +03:00
2019-05-15 14:27:50 +03:00
2015-06-11 22:12:09 +03:00