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

Last updated: May 18,2024

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

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

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

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

Please follow the guidance below to uninstall python39-django-oauth-toolkit on openSuSE Tumbleweed:

$ sudo zypper remove python39-django-oauth-toolkit

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

Information for package python39-django-oauth-toolkit:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-django-oauth-toolkit
Version : 1.7.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 516.6 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.