mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
Use proper salt
This commit is contained in:
@@ -140,7 +140,7 @@ export const getCredentialOptions = ({
|
||||
options.publicKey.extensions = {
|
||||
prf: {
|
||||
eval: {
|
||||
first: new TextEncoder().encode("ein-fortlaufender-32-byte-salt-"),
|
||||
first: crypto.getRandomValues(new Uint8Array(32)),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user