Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-python-fastapi-oauth
FastAPI OAuth allows you to secure your API endpoints by integrating OAuth2 authentication. It supports various OAuth2 providers like Google, GitHub, and Facebook. With FastAPI OAuth, you can ensure secure access to your API endpoints with minimal setup and configuration.
https://github.com/natthasath/demo-python-fastapi-oauth
fastapi oauth oauth2 poetry python uvicorn
Last synced: about 1 month ago
JSON representation
FastAPI OAuth allows you to secure your API endpoints by integrating OAuth2 authentication. It supports various OAuth2 providers like Google, GitHub, and Facebook. With FastAPI OAuth, you can ensure secure access to your API endpoints with minimal setup and configuration.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-fastapi-oauth
- Owner: natthasath
- License: mit
- Created: 2023-04-18T07:20:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T07:22:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T06:15:42.057Z (3 months ago)
- Topics: fastapi, oauth, oauth2, poetry, python, uvicorn
- Language: Python
- Homepage: https://fastapi.tiangolo.com/
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-fastapi-oauth
FastAPI OAuth allows you to secure your API endpoints by integrating OAuth2 authentication. It supports various OAuth2 providers like Google, GitHub, and Facebook. With FastAPI OAuth, you can ensure secure access to your API endpoints with minimal setup and configuration.