demo-oauth-client
demo-oauth-client copied to clipboard
Fix redirect uri for fastapi-google-auth
Google's OAtuh 2.0 policy states that the redirect uri be /auth. Although this is implemented in the app.py, it needs to be updated in the Readme file.