https://github.com/authlib/demo-oauth-client
Demo for Flask, Django, and Starlette OAuth clients with Authlib>=v0.13
https://github.com/authlib/demo-oauth-client
Last synced: 7 months ago
JSON representation
Demo for Flask, Django, and Starlette OAuth clients with Authlib>=v0.13
- Host: GitHub
- URL: https://github.com/authlib/demo-oauth-client
- Owner: authlib
- Created: 2019-10-10T13:53:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T05:56:47.000Z (over 2 years ago)
- Last Synced: 2025-06-01T05:24:05.397Z (8 months ago)
- Language: Python
- Homepage: https://docs.authlib.org/en/latest/client/
- Size: 28.3 KB
- Stars: 273
- Watchers: 3
- Forks: 102
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authlib OAuth Clients Examples
Here are examples for people to learn how to use Authlib OAuth clients
in frameworks:
- Flask
- Django
- Starlette
- FastAPI