Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit c88523f

Browse files
author
Chris Wiechmann
committed
Server side session keys removed
1 parent 473f91b commit c88523f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

apibuilder4elastic/conf/default.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,7 @@ module.exports = {
195195

196196
// You can generally leave this as-is since it is generated for each new
197197
// service you created.
198-
session: {
199-
encryptionAlgorithm: 'aes256',
200-
encryptionKey: 'fJuOadXFZcAh8G4MJ8ZairnpHIyNy4RSeeXm0Vksr20=',
201-
signatureAlgorithm: 'sha512-drop256',
202-
signatureKey: 'ETYlfmj6UYDok4HkzsApDqsjpvaavoZvs3UX2E1uMQ527pE9BQfRJ5C09n3IuQANg31ruSUp5q71EDjn01N7Jw==',
203-
// should be a large unguessable string
204-
secret: 'cYg2YZ8gGL3WnHDo01MrE+0QezqEhXZT',
205-
// how long the session will stay valid in ms
206-
duration: 86400000,
207-
// if expiresIn < activeDuration, the session will be extended by
208-
// activeDuration milliseconds
209-
activeDuration: 300000
210-
},
198+
session: { },
211199

212200
// If you want signed cookies, you can set this value. if you don't want
213201
// signed cookies, remove or make null

0 commit comments

Comments
 (0)