Last active
October 6, 2021 17:12
-
-
Save killthekitten/b9a7b11530c44e788a31ec53e5ef0dad to your computer and use it in GitHub Desktop.
Persistent CSRF token cookie
It did! We just got the invalid base64
crash until we also fixed the urlsafe issue. Now our forms are all working perfectly across rails server restarts, which was failing without this csrf cookie fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rshipp thanks for this! Did this workaround resolve your issue with CSRF though?