Skip to content

Commit

Permalink
Support for ES256/ES384/ES512 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Jul 17, 2024
1 parent 1a2c574 commit 361fc8c
Show file tree
Hide file tree
Showing 42 changed files with 2,355 additions and 5,945 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please provide a clear and concise description of what the bug is.
**Versions**
Which version of `aws-jwt-verify` are you using?
Are you using the library in Node.js or in the Web browser?
If Node.js, which version of Node.js are you using? (Should be at least 14)
If Node.js, which version of Node.js are you using? (Should be at least 16)
If Web browser, which web browser and which version of it are you using?
If using TypeScript, which version of TypeScript are you using? (Should be at least 4)

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ How can we help you?
**Versions**
Which version of `aws-jwt-verify` are you using?
Are you using the library in Node.js or in the Web browser?
If Node.js, which version of Node.js are you using? (Should be at least 14)
If Node.js, which version of Node.js are you using? (Should be at least 16)
If Web browser, which web browser and which version of it are you using?
If using TypeScript, which version of TypeScript are you using? (Should be at least 4)
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
- name: install
run: |
npm install -g npm@9
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ junit.xml
*.tgz

# Submodules generated when building dist
asn1.d.ts
assert.d.ts
cognito-verifier.d.ts
error.d.ts
Expand All @@ -22,7 +21,7 @@ https.d.ts
index.d.ts
jwk.d.ts
jwt-model.d.ts
jwt-rsa.d.ts
jwt-verifier.d.ts
jwt.d.ts
node-web-compat*.d.ts
safe-json-parse.d.ts
Expand Down
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ coverage
dist

# Submodules generated when building dist
asn1.d.ts
assert.d.ts
cognito-verifier.d.ts
error.d.ts
Expand All @@ -14,7 +13,7 @@ https.d.ts
index.d.ts
jwk.d.ts
jwt-model.d.ts
jwt-rsa.d.ts
jwt-verifier.d.ts
jwt.d.ts
node-web-compat*.d.ts
safe-json-parse.d.ts
Expand Down
127 changes: 85 additions & 42 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 361fc8c

Please sign in to comment.