Feat: Add user login / logout

This commit is contained in:
globuzma 2024-11-19 00:03:05 +01:00
parent 40c451b2c0
commit ac3cf943f2
32 changed files with 7315 additions and 0 deletions

3
app/.eslintrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
}