cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Don't save _csrf or redirect form values to session #94

Closed pcraig3 closed 4 years ago

pcraig3 commented 4 years ago

We could save them if we wanted, but we probably don't need them.

I think

We dont want to clutter the session > We don't want more logic

So this is a pretty lightweight fix.

Resolves #93