feat: ✨ one time password
feat: ✨ json web token feat: ✨ mail template
This commit is contained in:
parent
c7863c806a
commit
bb2b70ccac
16 changed files with 536 additions and 9 deletions
2
migrations/20250110224901_login.down.sql
Normal file
2
migrations/20250110224901_login.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE IF EXISTS "login";
|
Loading…
Add table
Add a link
Reference in a new issue