demo-oauth-client icon indicating copy to clipboard operation
demo-oauth-client copied to clipboard

Demo for Flask, Django, and Starlette OAuth clients with Authlib>=v0.13

Results 16 demo-oauth-client issues
Sort by recently updated
recently updated
newest added
trafficstars

When there are more than 1 oauth client to connect, the application always picks the last one in the definition instead of any of the defined ones. There should be...

Please add or note in the documentation examples how passing request body as json than data parameter ( .post(json=) instead of .post(data=) ) for a HTTP post call via OAuth2Session...

Hi, I'm not getting much help from google or stackoverflow so I hope you can help. I have Google OAuth working with FastAPI and authlib, following [your example](https://github.com/authlib/demo-oauth-client/blob/master/fastapi-google-login/app.py) and building...

Do the tokens in these demos expire? For example in flask-google-login/app.py I see that the user info is stored in the session: `session['user'] = token['userinfo']`, but I don't see any...

Please update the documentation on refresh token at https://docs.authlib.org/en/latest/client/frameworks.html or https://docs.authlib.org/en/latest/client/flask.html as per the suggested solution at https://stackoverflow.com/questions/62293888/obtaining-and-storing-refresh-token-using-authlib-with-flask Parameter to specify add in the remote application as per " .....

Is there any chance to see a demo for Github OAuth? https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps