Micah Parks

Results 8 issues of Micah Parks

I'm looking to create a separate helper Go package for this project. This helper Go package will verify JWTs are signed with a key in a JWK Set (JWKS). It...

There have been some improvements to `github.com/MicahParks/keyfunc` since this project first supported JWT verification from JWK Sets. Two notable ones are: 1. `github.com/MicahParks/keyfunc` only imports `github.com/golang-jwt/jwt` now. 2. The key...

This new method should accept a boolean argument, `ignoreRateLimit`. If set to `true`, the method will refresh the JWKS ignoring the rate limit. If set to false, it would behave...

enhancement

GitHub insights regularly shows me that one of the top searched things in this project is `x5c` (X.509 certificate chain). To my knowledge a minimal implementation of a JWK Set...

enhancement

[gjson.dev](https://gjson.dev) does not appear to support the tilde operator `~`. ```json { "vals": [ { "a": 1, "b": true }, { "a": 2, "b": true }, { "a": 3, "b":...

### Description The `onStringTyped` callback is run before the first string is typed when built with (Next.js) `next build` and run with `next start`. It also runs after the first...

**Description** My OpenAPI specification contains parameters with values are located in cookies. It would be most convenient if this project wrote specified cookies to outgoing requests. I saw https://github.com/openapi-ts/openapi-typescript/issues/1689 was...

openapi-fetch

Edit: I think I am able to consistently reproduce this issue. It may be related to dynamic advertisements. https://github.com/AntennaPod/AntennaPod/issues/7276#issuecomment-2352852693 ### Checklist - [X] I have used the search function for...

Type: Possible bug