Commit 143eea8
Add auth blocking handlers (#1080)
* adding inital components for v1
* getting the sdk to work with the cli
* more tinkering
* reverting package-lock
* cleaning up things
* adding back old package-lock
* adding current package & check before using admin api
* cleaning up & starting tests
* removing old token verification peices & adding tests for v1/v2 handlers
* remove node-fetch
* bumping admin version & removing node-fetch types
* add back in the @types
* add RS256 alg to broken test
* adding DOM to fix tsc errors
* adding skip lib check
* address comments
* exporting HttpsError from v1 & v2 namespaces
* wrap the handlers, remove skipLibCheck, and add back in node-fetch
* Add polyfill to avoid depending on DOM or using skipLibCheck (#1085)
* Add polyfill to avoid depending on DOM or using skipLibCheck
* Formatter
* Linter
Co-authored-by: Thomas Bouldin <inlined@users.noreply.github.com>1 parent 78dae73 commit 143eea8
File tree
19 files changed
+2318
-8351
lines changed- spec
- common/providers
- fixtures
- v1/providers
- v2/providers
- src
- common/providers
- providers
- runtime
- types
- v2
- providers
- v2
19 files changed
+2318
-8351
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| |||
186 | 190 | | |
187 | 191 | | |
188 | 192 | | |
189 | | - | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
0 commit comments