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/angular2-jwt#readme) and [Examples](https://github.com/auth0/angular2-jwt/blob/main/EXAMPLES.md), and have not found a suitable solution or answer.
17
+
required: true
18
+
- label: I have looked into the [API documentation](https://github.com/auth0/angular2-jwt/blob/main/API.md) and have not found a suitable solution or answer.
19
+
required: true
20
+
- label: I have searched the [issues](https://github.com/auth0/angular2-jwt/issues) and have not found a suitable solution or answer.
21
+
required: true
22
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
23
+
required: true
24
+
- 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).
25
+
required: true
26
+
27
+
- type: textarea
28
+
id: description
29
+
attributes:
30
+
label: Description
31
+
description: Provide a clear and concise description of the issue, including what you expected to happen.
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: reproduction
37
+
attributes:
38
+
label: Reproduction
39
+
description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
40
+
placeholder: |
41
+
1. Step 1...
42
+
2. Step 2...
43
+
3. ...
44
+
validations:
45
+
required: true
46
+
47
+
- type: textarea
48
+
id: additional-context
49
+
attributes:
50
+
label: Additional context
51
+
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/angular2-jwt#readme) and [Examples](https://github.com/auth0/angular2-jwt/blob/main/EXAMPLES.md), and have not found a suitable solution or answer.
12
+
required: true
13
+
- label: I have looked into the [API documentation](https://github.com/auth0/angular2-jwt/blob/main/API.md) and have not found a suitable solution or answer.
14
+
required: true
15
+
- label: I have searched the [issues](https://github.com/auth0/angular2-jwt/issues) and have not found a suitable solution or answer.
16
+
required: true
17
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
18
+
required: true
19
+
- 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).
20
+
required: true
21
+
22
+
- type: textarea
23
+
id: description
24
+
attributes:
25
+
label: Describe the problem you'd like to have solved
26
+
description: A clear and concise description of what the problem is.
27
+
placeholder: I'm always frustrated when...
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: ideal-solution
33
+
attributes:
34
+
label: Describe the ideal solution
35
+
description: A clear and concise description of what you want to happen.
36
+
validations:
37
+
required: true
38
+
39
+
- type: textarea
40
+
id: alternatives-and-workarounds
41
+
attributes:
42
+
label: Alternatives and current workarounds
43
+
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
44
+
validations:
45
+
required: false
46
+
47
+
- type: textarea
48
+
id: additional-context
49
+
attributes:
50
+
label: Additional context
51
+
description: Add any other context or screenshots about the feature request here.
0 commit comments