awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
oauthlib avatar

oauthlib/oauthlib

0
View on GitHub↗
2,970 Stars·511 Forks·Python·BSD-3-Clause·6 Aufrufeoauthlib.readthedocs.io/en/latest↗

Oauthlib

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

Features

  • Authentication - Listed in the “Authentication” section of the Awesome Python awesome list.
  • Authentication and Permissions - Generic and thorough implementation of OAuth request-signing logic.

Star-Verlauf

Star-Verlauf für oauthlib/oauthlibStar-Verlauf für oauthlib/oauthlib

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Oauthlib

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Oauthlib.
  • dfunckt/django-rulesAvatar von dfunckt

    dfunckt/django-rules

    1,976Auf GitHub ansehen↗

    Awesome Django authorization, without the database

    Pythonauthorizationdjangopermissions
    Auf GitHub ansehen↗1,976
  • django-guardian/django-guardianAvatar von django-guardian

    django-guardian/django-guardian

    3,903Auf GitHub ansehen↗

    django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to individual database records. This system provides object-level access control, allowing users or groups to be granted permissions for specific model instances rather than applying a single global rule to an entire data model. The library includes a permission manager for the Django administrative interface, which provides a visual dashboard to assign and audit these instance-specific security rules. It also features an anonymous access controller to define and verify permissions

    Python
    Auf GitHub ansehen↗3,903
  • authlib/authlibAvatar von authlib

    authlib/authlib

    5,346Auf GitHub ansehen↗

    Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a unified set of tools to manage authentication and authorization flows, allowing applications to either act as a client connecting to external identity providers or as a provider issuing tokens and managing user identities. The project distinguishes itself through a full implementation of the JOSE standards, offering a suite of cryptographic tools for generating, signing, encrypting, and validating JSON Web Tokens, Signatures, Encryption, and Keys.

    Pythondjangoflaskjose
    Auf GitHub ansehen↗5,346
  • django-oauth/django-oauth-toolkitAvatar von django-oauth

    django-oauth/django-oauth-toolkit

    3,327Auf GitHub ansehen↗

    OAuth2 goodies for the Djangonauts!

    Pythondjangooauth2python
    Auf GitHub ansehen↗3,327
Alle 30 Alternativen zu Oauthlib anzeigen→

Häufig gestellte Fragen

Was macht oauthlib/oauthlib?

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

Was sind die Hauptfunktionen von oauthlib/oauthlib?

Die Hauptfunktionen von oauthlib/oauthlib sind: Authentication, Authentication and Permissions.

Welche Open-Source-Alternativen gibt es zu oauthlib/oauthlib?

Open-Source-Alternativen zu oauthlib/oauthlib sind unter anderem: django-guardian/django-guardian — django-guardian is a Django object permission library that enables the assignment of fine-grained access rights to… jpadilla/pyjwt — PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT… authlib/authlib — Authlib is a comprehensive Python library for building and integrating OAuth 1.0, OAuth 2.0, and OpenID Connect… dfunckt/django-rules — Awesome Django authorization, without the database. django-oauth/django-oauth-toolkit — OAuth2 goodies for the Djangonauts! pennersr/django-allauth — django-allauth is a comprehensive authentication framework for Django applications that manages user registration,…