Email Confirmation

This commit is contained in:
Paul Schneider 2025-09-14 00:41:35 +01:00
commit 509c817863
41 changed files with 148 additions and 6788 deletions

16
.vscode/launch.json vendored
View file

@ -127,6 +127,22 @@
"group": "run",
"order": 1
}
},
{
"name": "lua",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/Yavsc/bin/Debug/net9.0/Yavsc.dll",
"env": {
"ASPNETCORE_ENVIRONMENT": "luadev"
},
"cwd": "${workspaceFolder}/src/Yavsc",
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
}
},
{
"name": "web core",