feat: Implement stayLoggedIn functionality for JWT authentication

This commit is contained in:
StarAppeal
2025-09-29 09:36:36 +02:00
parent 7acec25f84
commit a3a34b3576
7 changed files with 73 additions and 8542 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "tests"]
"exclude": ["node_modules"]
}