flask-jwt-extendedEasy Playground

JWT authentication for Flask APIs

Getting started with flask-jwt-extendedRun locally
Install
pip install flask-jwt-extended
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: flask_jwt_extended)

flask-jwt-extended is a third-party package. JWT authentication for Flask APIs. Install with: pip install flask-jwt-extended

Challenge

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