Tert0

Results 4 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?