Closed myssto closed 1 month ago
1 new problem were found
Inspection name | Severity | Problems |
---|---|---|
Use preferred style for trailing comma before new line in multiline lists |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
x-ratelimit-limit
header that populates with the rate limit for the user / clientx-ratelimit-remaining
header that populates with the number of tokens remaining for the user / clientFunnily enough, I don't think the rate limiter was ever working as intended to begin with? After debugging for a little it seemed like the way we were parsing the claims principal for partitioning (through the
IAuthenticateResultFeature
) was either just not working at all, or incredibly inconsistent. Either way it's good now :DI use the royal we as if I wasn't the one who wrote all of this in the first place