klasyc

Results 12 comments of klasyc

After the next round of testing, I finally got it working. Your patch was OK, but my access token was not. The `iss` and `aud` fields had wrong values because...

Another solution to this issue is globally enabling the write errors by configuring the `WebServer`'s `Listener` object: ``` server.Listener.IgnoreWriteExceptions = false; await server.RunAsync(); ``` This method does not require touching...