Skip to content

Commit

Permalink
feat: update prxi
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tkachenko committed Jan 17, 2024
1 parent 2a83dd3 commit eaf20c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/WebHooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Response should return 200 status code to be considered successful, in addition
| `reject` | `boolean` | No | `false` | If `true`, user won't get the tokens and will see an `Access denied` error |
| `reason` | `string` | No | `Access denied` | Reason of rejection |
| `meta` | `Record<string, any>` | No | | Custom meta attributes associated to a user (make sure to use `JWT_META_TOKEN_SECRET` env variable to set secret and `HEADERS_META` to set the header name to proxy value in) |
| `redirectTo` | `string` | No | | No custom URL or relative path to redirect upon flow completion |
| `redirectTo` | `string` | No | | Custom URL or relative path to redirect upon flow completion |

## Logout Webhook

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jwk-to-pem": "^2.0.5",
"node-graceful-shutdown": "^1.1.5",
"openid-client": "^5.6.2",
"prxi": "^1.3.0",
"prxi": "^1.3.1",
"raw-body": "^2.5.2",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2268,10 +2268,10 @@ proxy-from-env@^1.1.0:
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

prxi@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/prxi/-/prxi-1.3.0.tgz#cd73c359595d37a560cfd52dc873cefd6f808f51"
integrity sha512-J3ebzQL0Hk3Mixad2GBHfDWah0gsRua8mTYj6/GFAXkO4XO4BizGVLVLI5vA4SlFC0nIPCTQYPUTvbZ8M7xipA==
prxi@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/prxi/-/prxi-1.3.1.tgz#3fba144b445ee031beea2b02943794d0b20637da"
integrity sha512-CSFLNFgMf6yMULttCFyhN9qnX4AsmvmS7QDwySZiQbcyReq8175a09IKDe5r3kzvHRnpEERd6bkN6jAQJwiTHg==

ps-tree@^1.2.0:
version "1.2.0"
Expand Down

0 comments on commit eaf20c8

Please sign in to comment.