itsdangerousEasy Playground

Data signing for secure cookies and tokens

Getting started with itsdangerousRun locally
Install
pip install itsdangerous
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: itsdangerous)

itsdangerous is a third-party package. Data signing for secure cookies and tokens. Install with: pip install itsdangerous

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?