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

Last updated: May 18,2024

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

Here is a brief guide to show you how to install python36-django-oauth-toolkit on openSuSE Tumbleweed

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

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

Learn how to uninstall python36-django-oauth-toolkit on openSuSE Tumbleweed:

$ sudo zypper remove python36-django-oauth-toolkit

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

Information for package python36-django-oauth-toolkit:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-django-oauth-toolkit
Version : 1.3.2-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 448,2 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.