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

Last updated: May 17,2024

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

Please follow the guidance below to install python38-django-oauth-toolkit on openSuSE Tumbleweed

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

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

This guide let you learn how to uninstall python38-django-oauth-toolkit on openSuSE Tumbleweed:

$ sudo zypper remove python38-django-oauth-toolkit

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

Information for package python38-django-oauth-toolkit:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-django-oauth-toolkit
Version : 1.3.2-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 448,0 KiB
Installed : No
Status : not installed
Source package : python-django-oauth-toolkit-1.3.2-1.7.src
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.