SHA256
добаил автозаполнение тестовых пользователей
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { WsJsonClient } from './ws-client.js?v=20260403081123';
|
||||
import { WsJsonClient } from './ws-client.js?v=20260405171816';
|
||||
import {
|
||||
deriveEd25519FromPassword,
|
||||
exportEd25519PublicKeyB64,
|
||||
@@ -7,8 +7,8 @@ import {
|
||||
importPkcs8Ed25519,
|
||||
randomBase64,
|
||||
signBase64,
|
||||
} from './crypto-utils.js?v=20260403081123';
|
||||
import { loadSessionMaterial, saveEncryptedUserSecrets, saveSessionMaterial } from './key-vault.js?v=20260403081123';
|
||||
} from './crypto-utils.js?v=20260405171816';
|
||||
import { loadSessionMaterial, saveEncryptedUserSecrets, saveSessionMaterial } from './key-vault.js?v=20260405171816';
|
||||
|
||||
const BCH_SUFFIX = '001';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
decryptJsonWithStoragePwd,
|
||||
encryptJsonWithStoragePwd,
|
||||
} from './crypto-utils.js?v=20260403081123';
|
||||
} from './crypto-utils.js?v=20260405171816';
|
||||
|
||||
const DB_NAME = 'shine-ui-auth';
|
||||
const DB_VERSION = 1;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { captureClientError } from './client-error-reporter.js?v=20260403081123';
|
||||
import { captureClientError } from './client-error-reporter.js?v=20260405171816';
|
||||
|
||||
const DEFAULT_TIMEOUT_MS = 12000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user