-
Notifications
You must be signed in to change notification settings - Fork 976
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from oroce/sessionstore
Remove connect-mongodb, use connect-mongoskin to reuse connection
- Loading branch information
Showing
589 changed files
with
36,820 additions
and
41,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Force logout all users since during login each user will be assigned an api_key | ||
db.user_sessions.remove(); | ||
db.sessions_.remove(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
frontend/express/node_modules/connect-mongodb/example/index.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
188 changes: 0 additions & 188 deletions
188
frontend/express/node_modules/connect-mongodb/lib/connect-mongodb.js
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
frontend/express/node_modules/connect-mongodb/node_modules/connect/index.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.