-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add express-session
dependency
#1341
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1341 +/- ##
==========================================
+ Coverage 81.80% 87.37% +5.56%
==========================================
Files 24 25 +1
Lines 3468 3579 +111
==========================================
+ Hits 2837 3127 +290
+ Misses 631 452 -179 ☔ View full report in Codecov by Sentry. |
lib/setExpressConfigs.js
Outdated
secret: 'secret key', | ||
resave: false, | ||
saveUninitialized: false | ||
})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
our config would need to be a default config with an option to override it if we do end up doing this
express-session
dependencyexpress-session
dependency + --print
cli flag
express-session
dependency + --print
cli flagexpress-session
dependency
Include
express-session
dependency insetExpressConfigs.js
.