thatguysimon
thatguysimon
**Is your feature request related to a problem? Please describe.** When validating a JWT using a JWKS, it is common to read the `kid` claim from the JWT's header in...
Hi, First of all, thanks for the amazing work on this gem! ## Context While playing around with it, I've encountered the following issue - given I have a model...
Authlib is a huge library, mostly intended for implementing OAuth2 and OIDC **providers**, as stated in [the official website](https://authlib.org/): > The ultimate Python library in building OAuth and OpenID Connect...
Wasted a couple of hours because I forgot to pass `memo` when using `deepcopy` 😄 Mentioning it explicitly like this will hopefully prevent this for other people in the future.
Hi! It would be great to see a more robust error message than "Network is disabled". This would be especially useful for newcomers or people who aren't aware that this...
**Checklist** - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) **Describe the bug** Starting with version 0.21.0 of...
**Is your feature request related to a problem? Please describe.** The [recommended style CSS](https://mkdocstrings.github.io/python/customization/#recommended-style-material) is easy to miss. Setting up a docs site without it results in a UI that...
Just fixing a couple of typos I noticed. Thanks!