Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepmancer authored Aug 13, 2024
1 parent 4bb666f commit 6b75c99
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# fastapi-auth-jwt
Simple to use FastAPI JWT auth middleware
# FastAPI Auth JWT
![fastapi_auth_jwt_logo]()

<p align="center">
<img src="https://github.com/user-attachments/assets/f9a04cd6-6502-40f1-b69d-950295e70e63?sanitize=true" alt="FastAPI Auth JWT">
</p>

<p align="center">
<em>Highly-customizable and ready-to-use session authentication for FastAPI applications </em>
</p>

[![build](https://github.com/deepmancer/fastapi-auth-jwt/workflows/Build/badge.svg)](https://github.com/deepmancer/fastapi-auth-jwt/actions)
[![codecov](https://codecov.io/gh/deepmancer/fastapi-auth-jwt/branch/master/graph/badge.svg)](https://codecov.io/gh/deepmancer/fastapi-auth-jwt)
[![PyPI version](https://badge.fury.io/py/fastapi-auth-jwt.svg)](https://badge.fury.io/py/fastapi-auth-jwt)
[![Downloads](https://pepy.tech/badge/fastapi-auth-jwt)](https://pepy.tech/project/fastapi-auth-jwt)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-80-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

0 comments on commit 6b75c99

Please sign in to comment.