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

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install python39-flask-jwt-extended on openSuSE Tumbleweed

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

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

In this section, we are going to explain the necessary steps to uninstall python39-flask-jwt-extended on openSuSE Tumbleweed:

$ sudo zypper remove python39-flask-jwt-extended

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

Information for package python39-flask-jwt-extended:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-flask-jwt-extended
Version : 4.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 160.8 KiB
Installed : No
Status : not installed
Source package : python-flask-jwt-extended-4.6.0-1.2.src
Upstream URL : https://github.com/vimalloc/flask-jwt-extended
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