Skip to content

Commit

Permalink
📝 Add Pydantic v2 badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 9, 2024
1 parent 331717f commit 01bade6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<a href="https://pepy.tech/project/authx" target="_blank">
<img src="https://static.pepy.tech/badge/authx" alt="Test">
</a>
<a href="https://pydantic.dev" target="_blank">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json" alt="Pydantic Version 2">
</a>
</p>
</p>

Expand All @@ -43,7 +46,7 @@ customizable and adaptable as possible.
## Features 🔧

- [x] Support Python 3.8+.
- [x] Support Python 3.8+ & Pydantic 2.0+.
- [x] Multiple customizable authentication backend:
- [x] JWT authentication backend included
- [x] JWT encoding/decoding for application authentication
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<a href="https://pepy.tech/project/authx" target="_blank">
<img src="https://static.pepy.tech/badge/authx" alt="Total Downloads">
</a>
<a href="https://pydantic.dev" target="_blank">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json" alt="Pydantic Version 2">
</a>
</p>
</p>

Expand Down Expand Up @@ -55,7 +58,7 @@ $ pip install authx

## Features 🔧

- Support Python 3.8+.
- Support Python 3.8+ & Pydantic 2.0+.
- Multiple customizable authentication backend:
- JWT authentication backend included
- JWT encoding/decoding for application authentication
Expand Down

0 comments on commit 01bade6

Please sign in to comment.