128 results for “topic:pyjwt”
A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Check out how to create and validate JWTs in Python
A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.
Library for working with FastAPI and MongoDB via Motor driver
Async library to fetch JWKs for JWT tokens
Flask API Quickstart with JSON Web Tokens, SQLAlchemy and Pytest
Helpers for JWT tokens with RSA.
Group Connect backend is a Python FastAPI service with MongoDB for data storage, implementing JWT-based authentication and real-time group messaging via RESTful APIs.
Backend for automated evaluation of programming tasks in higher education
📚⭐ YaMDb — это платформа для сбора отзывов на произведения из категорий «Книги», «Фильмы» и «Музыка». Пользователи могут оставлять отзывы ✍️, ставить оценки ⭐ и комментировать 💬 чужие мнения.
📝💬 API_YaTube — это API для управления публикациями и комментариями. Пользователи могут объединяться в группы 👥, подписываться друг на друга 🔗 и взаимодействовать через защищенный интерфейс 🔒🌐
📝 YaMDb собирает отзывы пользователей на произведения(книги, фильмы, музыка).
A flask library in which uses pyjwt to encode and decode JWTs but with the improvements in which you can define user roles to the endpoints so its better to use this library with that extra level of security. Also you can generate a JWT using basic authentication first to retrieve a token with the respective personalizations and then keep using that token. All options of pywjt to generate a token are going to be available.
FLASK REST boilerplate with JWT
Eshop project built with FastAPI framework. Project includes user registration with email verification, authentication, images uploading, and CRUD functionality. Also added CORS.
URL shortener web app that I created to learn Flask on my own. I also recently added a proper Docker configuration in order to apply and extend what I've learned about it in class.
By: Eric Roby
Simple Library management system to learn FastAPI with JWT token and RBAC.
Blog Post API is a modern, production-ready REST API for managing blog posts, comments, likes, and images. Built with FastAPI and Tortoise ORM, it features JWT authentication, role-based access, interactive charts, and a FastAdmin panel for easy data management. PostgreSQL-backed, fully tested, and optimized for high-performance async operations.
Replacing the Default Django user activation system with a custom JWT (Json Web Token) backed activation logic.
An Authentication REST API developed with Python, Django & Django Rest Framework (DRF) that utilizes JWT. Watch full implementation via the video below.
RESTful веб-сервис социальной сети Yatube
AI Research Agent 🔍 secure Academic Research Assistant with AI Integration. A full-stack web application leveraging OpenAI and LangChain to provide authenticated users with AI-powered research capabilities. Features secure JWT authentication, real-time web/Wikipedia integration, Markdown report generation, and Docker deployment.
Auth Service is a microservice responsible for user authentication and authorization in the Microshop project.
API Yamdb
This is a flask project with the required libraries. It's the initial project architecture for the flask.
Order Service is a microservice responsible for managing orders in the Microshop project.
api-yatube
Gateway Service is the single entry point (API Gateway) for the Microshop system, it routes external client requests to internal microservices and provides a unified API for the frontend.