Form Token Auth Error on Save #65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To authenticate page editing, the system creates a form token that it passes to the front end and compares it to what is set when a form is submitted. Easy peasy.
However, I had a line in there that reset the token on form submission but didn't pass the new token to the front end because the page doesn't refresh when edits are made.
I'll probably just turn off the token reset as it seems a bit like overkill until I find a better way to do it.