itsdangerous · PyPI
https://pypi.org/project/itsdangerous18.05.2021 · Donate. The Pallets organization develops and supports ItsDangerous and other popular packages. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.
itsdangerous · PyPI
pypi.org › project › itsdangerousMay 18, 2021 · Donate. The Pallets organization develops and supports ItsDangerous and other popular packages. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.
ItsDangerous — ItsDangerous Documentation (2.0.x)
itsdangerous.palletsprojects.comItsDangerous — ItsDangerous Documentation (2.0.x) Sometimes you want to send some data to untrusted environments, then get it back later. To do this safely, the data must be signed to detect changes. Given a key only you know, you can cryptographically sign your data and hand it over to someone else. When you get the data back you can ensure ...
ItsDangerous | The Pallets Projects
https://palletsprojects.com/p/itsdangerousItsDangerous. Star 2,298. It's dangerous, so better sign this. Various helpers to pass data to untrusted environments and to get it back safe and sound. Data is cryptographically signed to ensure that a token has not been tampered with. It's possible to customize how data is serialized. Data is compressed as needed.