Tert0

Results 8 comments of Tert0

How do you access `/authenticated` (e.g. using the built-in FastAPI docs)? Do you provide the access token as a header? (e.g. `Authorization: Bearer `) Do you use the sample code...

As `/authenticated` depends on `discord.requires_authorization`, which only processes the HTTP header, you will need to provide the access token in the header. For testing purposes, I would recommend you using...

I could not reproduce this issue with neither v0.2.4 nor v0.2.5. It would be helpful if you could try to reproduce the following steps: 1. Clone Repository and Checkout the...

What kind of session do you mean?

Could you share the server-side logs?

The easiest way to test the example is with the intrgrated FastAPI docs at http://127.0.0.1:8000 1. Get the URL from the `/login` Endpoint ![image](https://github.com/user-attachments/assets/9c412726-66f7-4697-97ee-9b97687b9dca) 2. Use the URL from step...

I fixed the broken example code that could cause this problem in 2922de1 If you are using FastAPI lifespan (like in the example) to call `discord.init()`, you have to change...

Interesting. I found [another article](https://www.androidpolice.com/android-16-qpr2-brings-back-handy-pixel-unlock-feature/) by androidpolice.com: > Google initially rolled out screen-off fingerprint unlock for the Pixel 9 before expanding to older Pixels as well. But then, it removed...