jaredhanson / jaredhanson/connect-flash
Using app.configure in example code
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
In the example code we are using
```
app.configure(function() {
app.use(express.cookieParser('keyboard cat'));
app.use(express.session({ cookie: { maxAge: 60000 }}));
app.use(flash());
});
```
But app.configure is removed in Express 4.0.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the example code shown in the issue and compare its configuration style with Express 4 guidance. Update the example so it no longer uses app.configure, then verify that the documented snippet reflects supported Express 4 usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100