Blog-App-Buffalo
Blog-App-Buffalo copied to clipboard
A blogging app built with Buffalo.
In every template you have the following snippet for printing error messages: ``` ... ``` Would not it be nice to refactor it into a template helper similar to what...
I think most things work now, but I am experiencing some weird bugs with the csrf token when setting `GO_ENV=production`. E.g. users cannot log in. Dev seems fine
I followed your tutorial and loved the in-depth explanation, however, I can't seem to get the CSRF token generating. I am right at the spot where a user should be...