---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Contribution Guidelines**

Before 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.

**Abstract**
Please describe concisely what you want to accomplish, including prerequisite information. Please remember that if _you_ cannot articulate the problem, we cannot guess what you are thinking.

**Describe the proposed solution/change**
Please attach a standalone Go test code that shows the problem, and what you expected to happen.

If it's a behavior change, please include a failing (or would-be failing) test case.  If it's a structural or an API change, we understand that you cannot create a complete compiling code, but please do your best to produce a a near-valid code that shows exactly what you want

**Analysis**
Please describe alternative solutions that you have considered, and pros/cons between them.

**Additional context**
Add any other context or screenshots about the feature request here. Please delete this section if unnecessary.