Lines 4304-4363javascript
4305 "passkey.deletePasskey": { id: "passkey-id" },
4306 "passkey.updatePasskey": {
4308 name: "Updated passkey"
4310 "passkey.verifyAuthentication": { response: "webauthn-authentication-response" },
4311 "passkey.verifyRegistration": {
4312 name: "Laptop Passkey",
4313 response: "webauthn-registration-response"
4315 refreshToken: { providerId: "google" },
4317 newPassword: "new-secret",
4318 token: "reset-token"
4320 sendVerificationEmail: { email: "demo@example.com" },
4321 "session.revoke": { token: "session-token" },
4323 email: "demo@example.com",
4324 password: "super-secret"
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4324 4327 disableRedirect: !0,
4330 "signIn.username": {
4331 password: "super-secret",
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4331 4332 username: "demo_user"
4335 email: "demo@example.com",
4337 password: "super-secret"
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4337 4339 "social.link": { provider: "google" },
4340 "twoFactor.disable": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4340 4341 "twoFactor.enable": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4341 4342 "twoFactor.generateBackupCodes": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4342 4343 "twoFactor.getTotpUri": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins-ixWNE48e.js
dist/chunks/plugins-ixWNE48e.jsView on unpkg · L4343 4344 "twoFactor.verifyBackupCode": { code: "backup-code" },
4345 "twoFactor.verifyOtp": { code: "123456" },
4346 "twoFactor.verifyTotp": { code: "123456" },
4347 "user.delete": { password: "super-secret" },
4348 "user.update": { name: "Updated Demo" },
4349 verifyEmail: { token: "verify-token" }
4352 return e.trim().replace(/\s+/g, "");
4355 return e.startsWith("admin.") ? "admin" : e.startsWith("organization.") ? "organization" : e.startsWith("passkey.") || e.startsWith("twoFactor.") ? "security" : e.startsWith("apiKey.") || e.startsWith("account."
4360 let n = t.split(".");
4361 return n[0] === "auth" ? [n, n.slice(1)].filter((e) => e.length > 0) : [n, ["auth", ...n]];