2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Merge pull request #9 from faceleg/master

Changed default cookie key.
This commit is contained in:
José F. Romaniello 2013-02-15 02:55:48 -08:00
commit 953510bb6d

View File

@ -5,7 +5,7 @@ var connectUtils = require('connect').utils,
function authorize(options) {
var defaults = {
passport: require('passport'),
key: 'express.sid',
key: 'connect.sid',
secret: null,
store: null,
success: null,