awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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 views

Python Jws

python implementation of JSON Web Signatures

Features

  • Authentication Libraries - Implementation of JSON Web Signature standards.

Star history

Star history chart for brianloveswords/python-jwsStar history chart for brianloveswords/python-jws

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Python Jws

Similar open-source projects, ranked by how many features they share with Python Jws.
  • iaincollins/next-authiaincollins avatar

    iaincollins/next-auth

    28,272View on GitHub↗

    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
    View on GitHub↗28,272
  • demianbrecht/sanctiondemianbrecht avatar

    demianbrecht/sanction

    189View on GitHub↗

    A dead simple OAuth2 client implementation.

    Python
    View on GitHub↗189
  • evonove/django-oauth-toolkitevonove avatar

    evonove/django-oauth-toolkit

    3,327View on GitHub↗

    OAuth2 goodies for the Djangonauts!

    Python
    View on GitHub↗3,327
  • davedoesdev/python-jwtdavedoesdev avatar

    davedoesdev/python-jwt

    222View on GitHub↗

    Python module for generating and verifying JSON Web Tokens

    Python
    View on GitHub↗222
See all 14 alternatives to Python Jws→

Frequently asked questions

What does brianloveswords/python-jws do?

python implementation of JSON Web Signatures

What are the main features of brianloveswords/python-jws?

The main features of brianloveswords/python-jws are: Authentication Libraries.

What are some open-source alternatives to brianloveswords/python-jws?

Open-source alternatives to brianloveswords/python-jws include: 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.