Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielthompson2 authored Jun 11, 2021
1 parent fcfebe8 commit 05f8522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Tests](https://github.com/GeneralMills/azure-ad-token-verify/workflows/Test%20and%20Analysis/badge.svg)](https://github.com/GeneralMills/azure-ad-token-verify/actions)
[![Python](https://img.shields.io/pypi/pyversions/azure-ad-token-verify.svg)](https://pypi.python.org/pypi/azure-ad-token-verify)
[![PyPi](https://img.shields.io/pypi/pyversions/aad-token-verify.svg)](https://pypi.python.org/pypi/aad-token-verify)
# aad-token-verify
A python utility library to verify an Azure Active Directory OAuth token. Meant for resource servers serving secured API endpoints (eg FastAPI)

Expand Down Expand Up @@ -81,4 +81,4 @@ async def secured_endpoint(user=Depends(get_current_user)):

## Contributing

Feel free to submit issues and pull requests!
Feel free to submit issues and pull requests!

0 comments on commit 05f8522

Please sign in to comment.