mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-04 23:39:13 -05:00
50017f13a7
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.