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 15 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-18T07:22:12.000Z (over 1 year ago)
- Last Synced: 2024-11-11T06:15:42.057Z (about 2 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.