add endpoints for session creation,

update package.json
This commit is contained in:
2024-01-09 20:05:21 +00:00
parent 213cf4a8fd
commit f556de9a0c
4 changed files with 219 additions and 198 deletions

View File

@@ -1,3 +1,10 @@
{
"basedn": "dc=example,dc=com"
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200000
}
}