pallets / itsdangerous

Safely pass trusted data to untrusted environments and back.

Home Page:https://itsdangerous.palletsprojects.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItsDangerous

... 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. A timestamp can be added and verified automatically while loading a token.

Installing

Install and update using pip:

pip install -U itsdangerous

A Simple Example

Here's how you could generate a token for transmitting a user's id and name between web requests.

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.

About

Safely pass trusted data to untrusted environments and back.

https://itsdangerous.palletsprojects.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%