Skip to content

Commit

Permalink
Merge pull request #91 from GovTechSG/8.4.1
Browse files Browse the repository at this point in the history
[MISC][WL] v8.4.1
  • Loading branch information
jiansheng-gt authored Sep 6, 2024
2 parents 0856bba + 69bf201 commit 107a841
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelogs

## 8.4.1

- Update axios to v1.7.4

## 8.4.0

- allow `decryptKey` for util function to accept JWKS strings when format is `json`
- make use of util function for verifying payload against possible keys
- add convenience test suite (skipped) for testing/verifying actual ndi oidc integration/configs
- make use of util function for verifying payload against possible keys
- add convenience test suite (skipped) for testing/verifying actual ndi oidc integration/configs

## 8.3.9

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govtechsg/singpass-myinfo-oidc-helper",
"version": "8.4.0",
"version": "8.4.1",
"description": "Helper for building a Relying Party to integrate with Singpass OIDC and MyInfo person basic API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 107a841

Please sign in to comment.