This repository was archived by the owner on Jan 26, 2025. It is now read-only.
Commit f643ce6
Ag okta 404546 pr 1010 (#1020)
* chore[oidc-middleware]: Updating UUID version
Avoids deprecation message and insecure random usages
* chore[oidc-middleware]: Updated yarn.lock for package updates
* fix[oidc-middleware]: Fixed UUID returning null value
Caused by update without reading migration guide.
Test > e2e > harness > server.js > DemoServer > start now uses random UUID like it used to.
* refactor[oidc-middleware]: Replaced Promise.reject with throw
Fixed error in linting where eslint complained about using Promise.reject. This should function the same, without the error while linting
* remove comment
Co-authored-by: Nova <novaw@warrenservices.co.uk>
Co-authored-by: Nova Wittam <novawittam@gmail.com>1 parent 920a499 commit f643ce6
4 files changed
Lines changed: 1736 additions & 1169 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | | - | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
0 commit comments