jvoisin
|
71c7845c42
|
Anchor = removal in webauthn_handler.js
Since we're base64-encoding, `=` can only happen at the end, so no need to
traverse the whole payload.
|
2025-01-23 19:20:13 -08:00 |
|
Julien Voisin
|
91f9a7650e
|
refactor(js): add jshint check for strict comparison
|
2025-01-16 17:50:09 -08:00 |
|
Frédéric Guillot
|
51030ef1a8
|
feat(webauthn): show help message regarding username and non-discoverable credentials
The username is required for non-resident keys, but it's not necessary for discoverable credentials like Passkeys.
|
2024-10-26 21:49:23 -07:00 |
|
jvoisin
|
beb8c80787
|
Replace a bunch of let with const
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const
> Many style guides (including MDN's) recommend using const over let whenever a
variable is not reassigned in its scope. This makes the intent clear that a
variable's type (or value, in the case of a primitive) can never change.
|
2024-03-20 17:36:01 -07:00 |
|
Frédéric Guillot
|
2b8342fcd5
|
Refactor WebAuthn Javascript code
|
2023-11-06 19:55:32 +01:00 |
|