# fastapi-jwt-auth
**Repository Path**: wang2008/fastapi-jwt-auth
## Basic Information
- **Project Name**: fastapi-jwt-auth
- **Description**: fastapi-jwt-auth
- **Primary Language**: Python
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2025-08-01
- **Last Updated**: 2025-08-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
FastAPI JWT Auth

[](https://coveralls.io/github/IndominusByte/fastapi-jwt-auth?branch=master)
[](https://badge.fury.io/py/fastapi-jwt-auth)
[](https://pepy.tech/project/fastapi-jwt-auth)
---
**Documentation**: https://indominusbyte.github.io/fastapi-jwt-auth
**Source Code**: https://github.com/IndominusByte/fastapi-jwt-auth
---
## Features
FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight), if you were familiar with flask-jwt-extended this extension suitable for you, cause this extension inspired by flask-jwt-extended 😀
- Access tokens and refresh tokens
- Freshness Tokens
- Revoking Tokens
- Support for WebSocket authorization
- Support for adding custom claims to JSON Web Tokens
- Storing tokens in cookies and CSRF protection
## Installation
The easiest way to start working with this extension with pip
```bash
pip install fastapi-jwt-auth
```
If you want to use asymmetric (public/private) key signing algorithms, include the asymmetric extra requirements.
```bash
pip install 'fastapi-jwt-auth[asymmetric]'
```
## License
This project is licensed under the terms of the MIT license.