Source: flask-jwt-extended
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-pytest <!nocheck>,
 python3-cryptography <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-flask <!nocheck>,
 python3-jwt <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-pallets-sphinx-themes <!nodoc>,
Standards-Version: 4.6.1
Homepage: https://github.com/vimalloc/flask-jwt-extended
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-jwt-extended
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-jwt-extended.git

Package: python3-flask-jwt-extended
Architecture: all
Depends:
 ${python3:Depends},
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: Flask extension for JSON Web Token (JWT) support
 Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to
 Flask for protecting routes, but also many helpful (and optional) features
 built in to make working with JSON Web Tokens easier. These include:
 .
  * Adding custom claims to JSON Web Tokens
  * Automatic user loading (current_user).
  * Custom claims validation on received tokens
  * Refresh tokens
  * First class support for fresh tokens for making sensitive changes.
  * Token revoking/blocklisting
  * Storing tokens in cookies and CSRF protection
