passlib
There are 48 repositories under passlib topic.
DogukanUrker/FlaskBlog
Simple blog app.
zitadel/passwap
Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.
dwin/goArgonPass
goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace implementations using bcrypt or Scrypt.
griimnak/Trinity-py
A Flask-based CMS / web application for compatibility and simplicity.
kutuzov13/FastAPI-Auth
This is a repository for demonstrating how JWT works in FastAPI.
RashminDungrani/fastapi-invoice-app
Invoice back-end application which uses FastAPI, Alembic and async SQLModel as ORM
serejekee/drivers_licence_free
This is the initial public release of the Drivemate, a full-featured web application designed to help users prepare for the Korean driving license exam. It includes backend services with API endpoints, database integration, Docker-based deployment, and administration tools.
EvansPauliuts/ultimate-fastapi-sqlmodel
Ultimate FastAPI and SQLModel
mihirh19/todo_web_app
FastAPI and MongoDB were used to create a backend web application that offers RESTful APIs for managing user tasks. With a simple and clear API interface, the programme enables users to create, retrieve, update, and delete to-do lists. FastAPI, a cutting-edge and quick Python web framework, powers the backend.
sreecodeslayer/cookiecutter-flask-restful
Cookiecutter template for Flask-Restful along with Mongoengine and various extensions
hetongxue303/student-attendance-management-python
学生考勤管理系统 - (python)重构
vladelo-code/FastAPI-Online-Shop
Полнофункциональный онлайн-магазин на FastAPI. Проект поддерживает регистрацию пользователей, управление товарами и категориями, корзину, оформление заказов и отправку email-уведомлений. Реализована полноценная аутентификация, асинхронные API, отправка писем через Celery и Redis, а также покрытие Unit тестами!
copev313/FastAPI-JWT-Auth
A FastAPI app that utilizes JWT authentication for protected routes. This project uses Deta Micro & Base for hosting the app, as well as the database.
dilshankarunarathne/secure-fastapi-template
A template repository for a FastAPI back-end. It is secured with OAuth 2.0 and uses JWT tokens for authentication and authorization. Uses MySQL for database management.
eyaadh/contactsBook
Interface for Google Contacts with options for assign users who could access the application to update/amend/insert/delete the contacts respectively. And assign permissions accordingly for users who can edit and only view the contacts.
GudiniSec/Lead_Management
Lead management is a term used in business theory to describe the methods, systems and practices that are developed to attract new potential customers, usually using various marketing techniques.
piyush335/CRUD-Flask-App
In this project, we'll build a CRUD (Create, Read, Update, Delete) Articles web app using Flask, a micro-framework for Python.
sorna-fast/hospital-api-fastapi
Building API for entities of a hospital
Abhimanyu-Gaurav/Learn_fastapi
Building a secure and scalable REST API using FastAPI, with OAuth2 (JWT) for authentication, SQLAlchemy for database management, and Pydantic for data validation. This project supports full CRUD operations with SQLite as the database and uses bcrypt for password hashing to ensure security.
Jaaromy/python-password
Secure password implementation using passlib and TinyDB.
matsjfunke/fastapi-traefik-auth
straightforward template/example for user authentication with JSON Web Tokens using FastAPI, Jinja2 templates and Traefik to enable HTTPS encryption
Shisui-Genjutsu/WorkManagment-FastAPI-Jinja2-MySQL
WorkManagment is an JWT-authenticated application where user can edit, add, delete, view his tasks and save tasks in his account
sorna-fast/company-api-fastapi
Building the API of a company's entities with the demo front with Streamlite to run the run.py file
VCTR09/Feel-Good_MobileApp
Мобильное приложение, созданное с использованием библиотеки kivy.
AbinandhMJ/FastAPI-TokenAuthenticator-API
This is a simple example of implementing token-based authentication in a FastAPI application.
blakkheart/FastAPI-Task-Manager
Simple FastAPI task manager
minhpn76/health-api
Based on python and fastapi
shailja-coolspy/flask_course
Python Flask-Udemy learning
AchiraNadeeshan/digital-land-registry-hub
A full-stack web application to provide a secure platform for citizens and officers to manage land registration, property records, and related services.
agentgill/hash_my_password
Simple password hashing script using bcrypt
AlbertUnruh/passlib
A clone of the ``passlib`` package to fix some bugs.
BIN-PDT/WEBAUTH_FASTAPI
INTRODUCTION TO PYTHON FASTAPI
Gubchik123/ITish-gRPC
gRPC for my blog site "ITish"
gyan007/AI-Tutor-Platform
The AI Tutor Platform is an intelligent educational application built with FastAPI, Streamlit, LangChain, and Groq. It provides users with an AI-powered conversational tutor, auto-generated quizzes, and a file-based doubt solver. The platform includes user authentication and progress tracking, with all data persistently stored in a PostgreSQL DB.
mridulsaklani/user_authentication_in_fastapi
A proffesional user suthentication functionality by using fastapi and mongodb
suriya-mca/fastapi-auth
Authentication and Autherization using Jwt Bearer token in Fastapi.