Add Web authentication

This commit is contained in:
2021-09-08 17:27:27 +02:00
parent 8194dfcb6c
commit de1056d965
3 changed files with 36 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ const sessionConfig: SessionConfig = {
| Example: `2 days`, `2.5 hrs`, `1y`, `5s` and so on.
|
*/
age: '2h',
age: '2 days',
/*
|--------------------------------------------------------------------------