Skip to main content




Generate tokens to help prevent CSRF attacks.

Changes for 0.004 - 2023-05-14

  • changed when we perform the automatic token validation to better allow for one to override how error messages are sent to the browser
  • Changed the default error message to specify that the error is a bad token and sets the code to 403: forbidden.




Generic Module to inherit from

Changes for v0.30.1 - 2023-05-14T21:44:27Z

  • Corrected small bug in support function _set_get_number
  • Improved the code of some support functions