Skip to content

Commit 829d97a

Browse files
committed
GH-4: Add the common badges
1 parent 39076c5 commit 829d97a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# fastapi-oauth2 <img src="https://github.com/pysnippet.png" align="right" height="64" />
22

3+
[![PyPI](https://img.shields.io/pypi/v/fastapi-oauth2.svg)](https://pypi.org/project/fastapi-oauth2/)
4+
[![Python](https://img.shields.io/pypi/pyversions/fastapi-oauth2.svg?logoColor=white)](https://pypi.org/project/fastapi-oauth2/)
5+
[![FastAPI](https://img.shields.io/badge/fastapi-%E2%89%A50.68.1-009486)](https://pypi.org/project/fastapi-oauth2/)
6+
[![Tests](https://github.com/pysnippet/fastapi-oauth2/actions/workflows/tests.yml/badge.svg)](https://github.com/pysnippet/fastapi-oauth2/actions/workflows/tests.yml)
7+
[![License](https://img.shields.io/pypi/l/fastapi-oauth2.svg)](https://github.com/pysnippet/fastapi-oauth2/blob/master/LICENSE)
8+
39
FastAPI OAuth2 is a middleware-based social authentication mechanism supporting several auth providers. It depends on
410
the [social-core](https://github.com/python-social-auth/social-core) authentication backends.
511

0 commit comments

Comments
 (0)