implement auth

This commit is contained in:
fiatcode 2025-10-18 23:33:22 +07:00
parent 96761cb911
commit 1434756b10
12 changed files with 130 additions and 13 deletions

2
.vscode/launch.json vendored
View file

@ -11,8 +11,6 @@
],
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/.env",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}