express-flash icon indicating copy to clipboard operation
express-flash copied to clipboard

Flash Messages for your Express Application

Results 7 express-flash issues
Sort by recently updated
recently updated
newest added

Bumps [superagent](https://github.com/visionmedia/superagent) from 0.21.0 to 5.1.0. Release notes *Sourced from [superagent's releases](https://github.com/visionmedia/superagent/releases).* > ## v5.1.0 > - Disable setting default user-agent ([#1495](https://github-redirect.dependabot.com/visionmedia/superagent/issues/1495)) e652b8c > > https://github.com/visionmedia/superagent/compare/v5.0.9...v5.1.0 > > ## v5.0.9...

dependencies

with redirect back, the redirected request arrived before session saved I use express file store session. i see the speed of saving file slower than speed of local network requesting....

i believe this plugin is causing these cookies to pile up in my table: **{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"flash":{}}**

Hi, I added an example using HandlebarsJS with express-flash when using HandlebarsJS as a view engine in ExpressJS. It would help the new coders who are using it at project...

I'm using [pkg](https://github.com/zeit/pkg/) to build my project, and I need that all the package.json files of my dependencies have a licensing attribute. Please, can you add a license entry in...

This prevents the `` layer name in the express stack.

This allows one to initialize the middleware with unsafe:true and suppress flash when desired by setting req.flash to a no-op function. I use this in controllers to prevent breaking res.render...