Files
warmbly/internal/infrastructure/db/migrations/000038_user_2fa.down.sql
T
Matthew Meszaros c40a83c22d feat: add two factor auth core
Adds TOTP enrollment state, sealed secrets, recovery codes, pending login challenges, and the auth-service login gate for users with 2FA enabled.
2026-06-08 15:04:36 +02:00

3 lines
102 B
SQL

DROP TABLE IF EXISTS public.user_totp_recovery_codes;
DROP TABLE IF EXISTS public.user_totp_settings;