-
Hi @singingwolfboy,
Thank you very much for creating this awesome library. We have been using it for the last year or so and it has helped us a lot.
We are working on v2 of our application where…
-
https://blog.authlib.org/2020/fastapi-google-login
Use Tokens to communicate between our REST API and Googles OAuth server
https://developers.google.com/identity/sign-in/web/backend-auth
Only u…
-
Hi thanks for the demos, I tried some demos, the demo for flask works flawlessly, but when I tried the demos for fastapi & starlette (all google demos), it throws the error:
```bash
File "./app.py…
-
_I have now solved the issue, posting to document and to save someone else lots of time. Solution is in the first comment below._
**Describe the bug**
When following the Facebook OAuth example (…
spock updated
3 years ago
-
I have some ideas, but mostly thoughts, I'm still studying the library, so sorry if they don't make sense 😅 haha
I was thinking maybe providing some store implementations + an in-memory implementa…
aliev updated
3 years ago
-
**Describe the bug**
Simple import of pandas_profiler fails producing the above error.
**To Reproduce**
```
import pandas as pd
from pandas_profiling import ProfileReport
df = pd.DataFra…
-
I didn't get much from the doc to secure an API with azure openid token. Lets say my web/mobile client is sending Bearer token in header and I want my api to be secured e.g.
app = FastAPI()
app.…
-
* aioauth version: ^1.6 (actual on pypi)
* Python version: 3.9
* Operating System: linux
### Description
I'm building a opinionated all-in-one foundation for web app development, [Red Warden](ht…
-
-
# Google Oauth
Google Federated Login provides users with password-less authentication of a users identity. This should be integrated into EasyAuth to allow for ease of configuration, new user regi…