Joe Carey

Results 3 comments of Joe Carey

I experienced this bug as well. For me it is `fastapi` and `weasyprint`. I'm not familiar with Kotlin or this style of stacktrace, but it appears to be complaining specifically...

I don't believe the state parameter is _limited_ to CSRF token, so you could encode a CSRF token and other state data into the state parameter. Better, if there's any...

it's set by the call to `send_request` -- `self` is passed to that method, and the method applies the data retrieved from the API to as attributes of that object....