mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-08 05:56:38 +00:00
- Renamed table for consistency with webauthnCredentials - Created migration script 1.8.1.ts for table rename - Updated schema definitions in SQLite and PostgreSQL - Maintains WebAuthn standard naming convention
16 lines
501 B
TypeScript
16 lines
501 B
TypeScript
export * from "./login";
|
|
export * from "./signup";
|
|
export * from "./logout";
|
|
export * from "./verifyTotp";
|
|
export * from "./requestTotpSecret";
|
|
export * from "./disable2fa";
|
|
export * from "./verifyEmail";
|
|
export * from "./requestEmailVerificationCode";
|
|
export * from "./changePassword";
|
|
export * from "./requestPasswordReset";
|
|
export * from "./resetPassword";
|
|
export * from "./checkResourceSession";
|
|
export * from "./setServerAdmin";
|
|
export * from "./initialSetupComplete";
|
|
export * from "./passkey";
|