feat: add OTP plugin

This commit is contained in:
dswbx
2025-11-06 20:03:02 +01:00
parent 4575d89cfe
commit ff86240b0e
4 changed files with 491 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export { syncConfig, type SyncConfigOptions } from "./dev/sync-config.plugin";
export { syncTypes, type SyncTypesOptions } from "./dev/sync-types.plugin";
export { syncSecrets, type SyncSecretsOptions } from "./dev/sync-secrets.plugin";
export { timestamps, type TimestampsPluginOptions } from "./data/timestamps.plugin";
export { otp, type OtpPluginOptions } from "./auth/otp.plugin";