How to Install and Uninstall python311-django-oauth-toolkit Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-django-oauth-toolkit" package

This guide let you learn how to install python311-django-oauth-toolkit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-django-oauth-toolkit

2. Uninstall "python311-django-oauth-toolkit" package

Please follow the step by step instructions below to uninstall python311-django-oauth-toolkit on openSuSE Tumbleweed:

$ sudo zypper remove python311-django-oauth-toolkit

3. Information about the python311-django-oauth-toolkit package on openSuSE Tumbleweed

Information for package python311-django-oauth-toolkit:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-django-oauth-toolkit
Version : 1.7.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 630.3 KiB
Installed : No
Status : not installed
Source package : python-django-oauth-toolkit-1.7.0-1.9.src
Upstream URL : https://github.com/jazzband/django-oauth-toolkit
Summary : OAuth2 Provider for Django
Description :
If you are facing one or more of the following:
* Your Django app exposes a web API you want to protect with OAuth2 authentication,
* You need to implement an OAuth2 authorization server to provide tokens management for your infrastructure,
Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant.