How to Install and Uninstall python38-flask-jwt-extended Package on openSuSE Tumbleweed

Last updated: June 01,2024

1. Install "python38-flask-jwt-extended" package

This tutorial shows how to install python38-flask-jwt-extended on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-flask-jwt-extended

2. Uninstall "python38-flask-jwt-extended" package

This tutorial shows how to uninstall python38-flask-jwt-extended on openSuSE Tumbleweed:

$ sudo zypper remove python38-flask-jwt-extended

3. Information about the python38-flask-jwt-extended package on openSuSE Tumbleweed

Information for package python38-flask-jwt-extended:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-flask-jwt-extended
Version : 4.2.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 201,4 KiB
Installed : No
Status : not installed
Source package : python-flask-jwt-extended-4.2.1-1.2.src
Summary : A Flask extension that provides JWT support
Description :
Flask-JWT-Extended not only adds support for using JSON Web Tokens
(JWT) to Flask for protecting views, but also many
(optional) features built in to make working with JSON
Web Tokens easier. These include:
- Support for adding custom claims to JSON Web Tokens
- Custom claims validation on received tokens
- Creating tokens from complex objects or complex object from received tokens
- Refresh tokens
- Token freshness and separate view decorators to only allow fresh tokens
- Token revoking/blacklisting
- Storing tokens in cookies and CSRF protection