mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-07 22:19:47 -06:00
Fixing #31 where the query signing would break when the SECRET_KEY contained non-ascii values. In the process switch to itsdangerous instead of rolling our own signatures.