File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const store = new RethinkDBStore({
3535 connectOptions: {
3636 db: " db" ,
3737 },
38- sessionTable: " session" , // RethinkDB table store session info to. Defaults to "session".
38+ sessionTable: " session" , // RethinkDB table to store session info to. Defaults to "session".
3939 sessionTimeout: 86400000 , // How long a session ID is valid for. Defaults to 1 day.
4040 flushTimeout: 60000 , // How long to wait before flushing data. Defaults to 1 minute.
4141});
Original file line number Diff line number Diff line change 11{
22 "name" : " session-rethinkdb-ts" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A modern RethinkDB session store for Express." ,
55 "author" : " Espi <espi@riseup.net> (https://espi.me)" ,
66 "license" : " MIT" ,
77 "homepage" : " https://github.com/smolespi/session-rethinkdb-ts" ,
88 "main" : " dist/index.js" ,
99 "types" : " dist/index.d.ts" ,
10+ "keywords" : [
11+ " express" ,
12+ " expressjs" ,
13+ " express-session" ,
14+ " rethink" ,
15+ " rethinkdb" ,
16+ " rethinkdb-ts" ,
17+ " session" ,
18+ " session-store"
19+ ],
1020 "bugs" : {
1121 "url" : " https://github.com/smolespi/session-rethinkdb-ts/issues"
1222 },
You can’t perform that action at this time.
0 commit comments