Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

OAuth2 Example

This is an example of how to get OAuth2 Working with litestar and httpx-oauth.

Running

# setup
poetry shell && poetry install

# start the app
uvicorn oauth2_example.app:create_app --reload

OAuth2 Flow: http://localhost:8000/oauth2/github/login, starts the oauth2 process chain.

Check the swagger docs: http://localhost:8000/schema/swagger.