thoughtbot/paul_revere

Cookie expiration setting is too short

r00k opened this issue · 2 comments

r00k commented

It appears that https://github.com/thoughtbot/paul_revere/blob/master/lib/generators/paul_revere/templates/announcements.js#L2 is setting the cookie expiration for just one day.

This should almost certainly be significantly longer.

Agreed; should probably be forever. Please submit a pull request.

r00k commented

Changed it to 1 year with this commit: 5a773d4