Add OTP sign-in option + Account Linking (#276)
* feat(accounts): allow linking email password * feat(auth): add OTP sign-in * refactor(accounts): remove 'sonner' dependency and update toast imports * feat(supabase): enable analytics and configure database seeding * feat(auth): update email templates and add OTP template * feat(auth): add last sign in method hints * feat(config): add devIndicators position to bottom-right * feat(auth): implement comprehensive last authentication method tracking tests
This commit is contained in:
committed by
GitHub
parent
856e9612c4
commit
9033155fcd
@@ -100,9 +100,14 @@ subject = "Sign in to Makerkit"
|
||||
content_path = "./supabase/templates/magic-link.html"
|
||||
|
||||
[analytics]
|
||||
enabled = false
|
||||
enabled = true
|
||||
port = 54327
|
||||
backend = "postgres"
|
||||
|
||||
[db.migrations]
|
||||
schema_paths = [
|
||||
"./schemas/*.sql",
|
||||
]
|
||||
]
|
||||
|
||||
[db.seed]
|
||||
sql_paths = ['seed.sql', './seeds/*.sql']
|
||||
Reference in New Issue
Block a user