awesome-repositories.com
Blog
awesome-repositories.com

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

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

brianloveswords/python-jws

0
View on GitHub↗
56 Stars·35 Forks·Python·3 Aufrufe

Python Jws

python implementation of JSON Web Signatures

Features

  • Authentication Libraries - Implementation of JSON Web Signature standards.

Star-Verlauf

Star-Verlauf für brianloveswords/python-jwsStar-Verlauf für brianloveswords/python-jws

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 Python Jws

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Python Jws.
  • iaincollins/next-authAvatar von iaincollins

    iaincollins/next-auth

    28,272Auf GitHub ansehen↗

    Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web applications. It provides a system for handling user identity through OAuth, OpenID Connect, and passwordless sign-in flows. The project features a multi-provider framework that integrates third-party identity services and custom directory backends. It supports passwordless authentication via email magic links or hardware keys and utilizes a database-agnostic storage layer to persist authentication states across different database types or in-memory. Security is managed thro

    TypeScript
    Auf GitHub ansehen↗28,272
  • demianbrecht/sanctionAvatar von demianbrecht

    demianbrecht/sanction

    189Auf GitHub ansehen↗

    A dead simple OAuth2 client implementation.

    Python
    Auf GitHub ansehen↗189
  • evonove/django-oauth-toolkitAvatar von evonove

    evonove/django-oauth-toolkit

    3,327Auf GitHub ansehen↗

    OAuth2 goodies for the Djangonauts!

    Python
    Auf GitHub ansehen↗3,327
  • davedoesdev/python-jwtAvatar von davedoesdev

    davedoesdev/python-jwt

    222Auf GitHub ansehen↗

    Python module for generating and verifying JSON Web Tokens

    Python
    Auf GitHub ansehen↗222
Alle 14 Alternativen zu Python Jws anzeigen→

Häufig gestellte Fragen

Was macht brianloveswords/python-jws?

python implementation of JSON Web Signatures

Was sind die Hauptfunktionen von brianloveswords/python-jws?

Die Hauptfunktionen von brianloveswords/python-jws sind: Authentication Libraries.

Welche Open-Source-Alternativen gibt es zu brianloveswords/python-jws?

Open-Source-Alternativen zu brianloveswords/python-jws sind unter anderem: iaincollins/next-auth — Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web… demianbrecht/sanction — A dead simple OAuth2 client implementation. evonove/django-oauth-toolkit — OAuth2 goodies for the Djangonauts! davedoesdev/python-jwt — Python module for generating and verifying JSON Web Tokens. idan/oauthlib — A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. caffeinehit/django-oauth2-provider — Provide OAuth2 access to your app.