JSON Web Token (JWT) authentication for Graphene Django
-
Updated
Dec 20, 2023 - Python
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
JSON Web Token (JWT) authentication for Graphene Django
A tool to test security of json web token
A cli for cracking, testing vulnerabilities on Json Web Token(JWT)
JSON RSA to HMAC and None Algorithm Vulnerability POC
One-stop short url service.一站式的短网址服务,提供浏览器端及API两种方式缩短网址,以及可视化的流量追踪。
[UNMAINTAINED] JSON Web Token (JWT) authentication for Django with Strawberry GraphQL
HealthCare-Informatics-MediSearch
A simple FastAPI users application.
🐍 Utilities for using JSONL (JSON lines) file type with Python
Backend service designed to emulate key functionalities of the popular AirBnB platform. Built using Django REST Framework, this API provides endpoints for managing property listings, user accounts, and bookings, offering seamless interactions between hosts and guests.
Django rest framework with JSON web token authentication, The project was meant to provide a rest API for login registration and booking slots to advisors.
Django project for matching people based on their interests, using NoSQL, Graph technologies
Todo API service with token authentication built using FastAPI as framework.
Python command-line interface for debugging JSON Web Tokens
This GitHub project is a Django-GraphQL application using the Graphene package, enabling efficient CRUD operations with CORS and Djagno-GraphQL-Auth for JWT Authentication.
My Django Rest Framework learning project encompassed generic API view classes, permissions, authentication methods including token-based and JWT, CORS handling, task scheduling, etc., providing a comprehensive understanding of RESTful API development.
类似jwt.io的工具,用于线下CTF比赛时处理JWT(Json Web Token)
Authorize request on django project with JSON Web Tokens
This is a basic application built using Django-REST Framework. Here when a user is authenticated, he is provided a token (i.e. JSON Web Token) by the Authentication Server, with the help of which he is able to make an API Call to our Application. Our Application verifies the token and then only user gets access to API data.
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015