Skip to content

Commit 5817506

Browse files
authored
Credentials passed using encryption (#148)
1 parent ebd4029 commit 5817506

File tree

12 files changed

+6658
-26928
lines changed

12 files changed

+6658
-26928
lines changed

THIRD-PARTY-LICENSES.txt

Lines changed: 27 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -42921,6 +42921,33 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4292142921
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4292242922

4292342923

42924+
******************************
42925+
42926+
jose
42927+
4.15.9 <https://github.com/panva/jose>
42928+
The MIT License (MIT)
42929+
42930+
Copyright (c) 2018 Filip Skokan
42931+
42932+
Permission is hereby granted, free of charge, to any person obtaining a copy
42933+
of this software and associated documentation files (the "Software"), to deal
42934+
in the Software without restriction, including without limitation the rights
42935+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42936+
copies of the Software, and to permit persons to whom the Software is
42937+
furnished to do so, subject to the following conditions:
42938+
42939+
The above copyright notice and this permission notice shall be included in all
42940+
copies or substantial portions of the Software.
42941+
42942+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42943+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42944+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42945+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42946+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42947+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42948+
SOFTWARE.
42949+
42950+
4292442951
******************************
4292542952

4292642953
joycon
@@ -44299,33 +44326,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4429944326
SOFTWARE.
4430044327

4430144328

44302-
******************************
44303-
44304-
otlp-logger
44305-
1.1.11 <https://github.com/Vunovati/otlp-logger>
44306-
MIT License
44307-
44308-
Copyright (c) 2023 Vladimir Adamić
44309-
44310-
Permission is hereby granted, free of charge, to any person obtaining a copy
44311-
of this software and associated documentation files (the "Software"), to deal
44312-
in the Software without restriction, including without limitation the rights
44313-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44314-
copies of the Software, and to permit persons to whom the Software is
44315-
furnished to do so, subject to the following conditions:
44316-
44317-
The above copyright notice and this permission notice shall be included in all
44318-
copies or substantial portions of the Software.
44319-
44320-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44321-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44322-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44323-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44324-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44325-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44326-
SOFTWARE.
44327-
44328-
4432944329
******************************
4433044330

4433144331
p-finally
@@ -44660,33 +44660,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4466044660
SOFTWARE.
4466144661

4466244662

44663-
******************************
44664-
44665-
pino-opentelemetry-transport
44666-
1.0.1 <https://github.com/pinojs/pino-opentelemetry-transport>
44667-
MIT License
44668-
44669-
Copyright (c) 2022 Vladimir Adamić
44670-
44671-
Permission is hereby granted, free of charge, to any person obtaining a copy
44672-
of this software and associated documentation files (the "Software"), to deal
44673-
in the Software without restriction, including without limitation the rights
44674-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44675-
copies of the Software, and to permit persons to whom the Software is
44676-
furnished to do so, subject to the following conditions:
44677-
44678-
The above copyright notice and this permission notice shall be included in all
44679-
copies or substantial portions of the Software.
44680-
44681-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44682-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44683-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44684-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44685-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44686-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44687-
SOFTWARE.
44688-
44689-
4469044663
******************************
4469144664

4469244665
pino-pretty

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"fast-deep-equal": "3.1.3",
7777
"fuse.js": "7.1.0",
7878
"ini": "5.0.0",
79+
"jose": "4.15.9",
7980
"js-yaml": "4.1.0",
8081
"lmdb": "3.4.2",
8182
"luxon": "3.7.1",

0 commit comments

Comments
 (0)