add endpoints for session creation,
update package.json
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user