use base64 for HTTP headers (#1795)

* use base64 for HTTP headers

* fe for base64 headers

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Aiden McClelland
2022-09-12 13:20:49 -06:00
committed by GitHub
parent 5564154da2
commit 36911d7ed6
5 changed files with 22 additions and 15 deletions

View File

@@ -20,9 +20,6 @@
"module": "es2020",
"lib": ["es2020", "dom"],
"paths": {
"stream": ["./node_modules/stream-browserify"],
"crypto": ["./node_modules/crypto-browserify"],
"vm": ["./node_modules/vm-browserify"],
/* These paths are relative to each app base folder */
"@start9labs/marketplace": ["../marketplace/src/public-api"],
"@start9labs/shared": ["../shared/src/public-api"]