Open lpil opened 1 year ago
Flash messages are short text messages stored in a one-request cookie which is used to add that text (often in a banner or alert popup) to the next page load.
https://hexdocs.pm/phoenix/controllers.html#flash-messages
Should we sign these flash cookies? https://github.com/lpil/wisp/issues/5
I made this middleware to use in my app https://hexdocs.pm/wisp_flash/index.html
Ah wonderful! Thank you!
Flash messages are short text messages stored in a one-request cookie which is used to add that text (often in a banner or alert popup) to the next page load.
https://hexdocs.pm/phoenix/controllers.html#flash-messages
Should we sign these flash cookies? https://github.com/lpil/wisp/issues/5