refactor: auth + sessions

This commit is contained in:
NGPixel
2026-03-09 02:34:42 -04:00
parent dc78af9156
commit 68e6a2787a
26 changed files with 1294 additions and 846 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "./backend/node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSameLine": true,
"endOfLine": "lf",
"insertFinalNewline": true
}