MCPcopy
hub / github.com/vvo/iron-session / normalizeStringPasswordToMap

Function normalizeStringPasswordToMap

src/core.ts:134–136  ·  view source on GitHub ↗
(password: Password)

Source from the content-addressed store, hash-verified

132 };
133
134function normalizeStringPasswordToMap(password: Password): PasswordsMap {
135 return typeof password === "string" ? { 1: password } : password;
136}
137
138function parseSeal(seal: string): {
139 sealWithoutVersion: string;

Callers 4

createSealDataFunction · 0.85
createUnsealDataFunction · 0.85
getIronSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…