You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Have you found a bug or issue? Create a bug report for this library
3
+
labels: ["bug"]
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
10
+
11
+
- type: checkboxes
12
+
id: checklist
13
+
attributes:
14
+
label: Checklist
15
+
options:
16
+
- label: I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
17
+
required: true
18
+
- label: I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have not found a suitable solution or answer.
19
+
required: true
20
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
21
+
required: true
22
+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
23
+
required: true
24
+
25
+
- type: textarea
26
+
id: description
27
+
attributes:
28
+
label: Description
29
+
description: Provide a clear and concise description of the issue, including what you expected to happen.
30
+
validations:
31
+
required: true
32
+
33
+
- type: textarea
34
+
id: reproduction
35
+
attributes:
36
+
label: Reproduction
37
+
description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
38
+
placeholder: |
39
+
1. Step 1...
40
+
2. Step 2...
41
+
3. ...
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
id: additional-context
47
+
attributes:
48
+
label: Additional context
49
+
description: Other libraries that might be involved, or any other relevant information you think would be useful.
description: Suggest an idea or a feature for this library
3
+
labels: ["feature request"]
4
+
5
+
body:
6
+
- type: checkboxes
7
+
id: checklist
8
+
attributes:
9
+
label: Checklist
10
+
options:
11
+
- label: I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
12
+
required: true
13
+
- label: I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have not found a suitable solution or answer.
14
+
required: true
15
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
16
+
required: true
17
+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
18
+
required: true
19
+
20
+
- type: textarea
21
+
id: description
22
+
attributes:
23
+
label: Describe the problem you'd like to have solved
24
+
description: A clear and concise description of what the problem is.
25
+
placeholder: I'm always frustrated when...
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
id: ideal-solution
31
+
attributes:
32
+
label: Describe the ideal solution
33
+
description: A clear and concise description of what you want to happen.
34
+
validations:
35
+
required: true
36
+
37
+
- type: textarea
38
+
id: alternatives-and-workarounds
39
+
attributes:
40
+
label: Alternatives and current workarounds
41
+
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
42
+
validations:
43
+
required: false
44
+
45
+
- type: textarea
46
+
id: additional-context
47
+
attributes:
48
+
label: Additional context
49
+
description: Add any other context or screenshots about the feature request here.
0 commit comments