How to Install and Uninstall python3-flask-jwt-extended Package on openSUSE Leap

Last updated: July 08,2024

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

Please follow the steps below to install python3-flask-jwt-extended on openSUSE Leap

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

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

In this section, we are going to explain the necessary steps to uninstall python3-flask-jwt-extended on openSUSE Leap:

$ sudo zypper remove python3-flask-jwt-extended

3. Information about the python3-flask-jwt-extended package on openSUSE Leap

Information for package python3-flask-jwt-extended:
---------------------------------------------------
Repository : Main Repository
Name : python3-flask-jwt-extended
Version : 3.24.1-bp155.2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 220.0 KiB
Installed : No
Status : not installed
Source package : python-flask-jwt-extended-3.24.1-bp155.2.3.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