Lines 3974-4054javascript
3976 children: [/* @__PURE__ */ Z(H, { children: "Flow" }), /* @__PURE__ */ Z(V, { variant: "secondary" })]
3979 }), /* @__PURE__ */ Z(ce, {
3980 ariaLabel: "Past emails",
3982 emptyState: () => f ? "Loading past emails..." : "No email history",
3983 getRowKey: (e, t) => `${e.id ?? t.toString()}`,
3990//#region src/components/auth/workspace/sdk-method-catalog.ts
3991var Hr = /* @__PURE__ */ "getSession,signOut,forgetPassword,resetPassword,setPassword,verifyEmail,sendVerificationEmail,changeEmail,changeEmailVerify,deleteUserVerify,changePassword,user.update,user.delete,user.email.list,session.list,session.revoke,session.revokeOther,social.link,account.list,account.unlink,deleteUser.callback,refreshToken,getAccessToken,health,ok,error,twoFactor.getTotpUri,twoFactor.verifyTotp,twoFactor.sendOtp,twoFactor.verifyOtp,twoFactor.verifyBackupCode,twoFactor.generateBackupCodes,twoFactor.enable,twoFactor.disable,passkey.generateRegisterOptions,passkey.generateAuthen ...
3993 email: "demo@example.com",
3994 password: "super-secret"
MediumSecret Pattern
Package contains a possible secret pattern.
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L3994 3996 "signIn.username": {
3997 username: "demo_user",
3998 password: "super-secret"
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L3998 4006 email: "demo@example.com",
4007 password: "super-secret"
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4007 4009 forgetPassword: { email: "demo@example.com" },
4011 token: "reset-token",
4012 newPassword: "new-secret"
4014 verifyEmail: { token: "verify-token" },
4015 sendVerificationEmail: { email: "demo@example.com" },
4016 changeEmail: { newEmail: "new-demo@example.com" },
4018 currentPassword: "old-secret",
4019 newPassword: "new-secret"
4021 "user.update": { name: "Updated Demo" },
4022 "user.delete": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4022 4023 "session.revoke": { token: "session-token" },
4024 "social.link": { provider: "google" },
4025 "account.unlink": { providerId: "google" },
4026 refreshToken: { providerId: "google" },
4027 getAccessToken: { providerId: "google" },
4028 "twoFactor.getTotpUri": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4028 4029 "twoFactor.verifyTotp": { code: "123456" },
4030 "twoFactor.verifyOtp": { code: "123456" },
4031 "twoFactor.verifyBackupCode": { code: "backup-code" },
4032 "twoFactor.generateBackupCodes": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4032 4033 "twoFactor.enable": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4033 4034 "twoFactor.disable": { password: "super-secret" },
MediumSecret Pattern
Hardcoded password in dist/chunks/plugins--cjKsnGR.js
dist/chunks/plugins--cjKsnGR.jsView on unpkg · L4034 4035 "passkey.verifyRegistration": {
4036 response: "webauthn-registration-response",
4037 name: "Laptop Passkey"
4039 "passkey.verifyAuthentication": { response: "webauthn-authentication-response" },
4040 "passkey.deletePasskey": { id: "passkey-id" },
4041 "passkey.updatePasskey": {
4043 name: "Updated passkey"
4049 "admin.user.list": { query: { limit: 10 } },
4050 "admin.user.create": {
4052 email: "admin@example.com",
4053 password: "super-secret",
Long lines were clipped for display.