...
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Contribution Guidelines**
11
12Before filing an issue, please read the contents of [CONTRIBUTING.md](https://github.com/lestrrat-go/jwx/blob/v1/.gthub/CONTRIBUTING.md), and follow its instructions.
13
14**Describe the bug**
15
16A clear and concise description of what the bug is.
17
18Please attach the output of `go version`
19
20**To Reproduce / Expected behavior**
21Please attach a standalone Go test code that shows the problem, and what you expected to happen.
22
23If you are asking for an API change or some such which inhibits you from providing a working code, please do your best to come up with a near-valid code.
24
25**Additional context**
26Add any other context or screenshots about the feature request here. Please delete this section if unnecessary.
27
28**Sponsors**
29Are you sponsoring the authors? If so, let us know. Otherwise, please delete this section.
View as plain text