re-enable oauth and basic auth; logging lint (#893)

This commit is contained in:
Michael Quigley
2025-03-05 11:26:00 -05:00
parent d851dc449b
commit 6221325d1e
4 changed files with 63 additions and 15 deletions

View File

@ -21,7 +21,7 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@openziti/ziti-sdk-nodejs": "^0.19.0",
"@openziti/ziti-sdk-nodejs": "^0.20.0",
"express": "^4.21.2"
},
"devDependencies": {

View File

@ -7,11 +7,13 @@ import {
loadRoot,
PROXY_BACKEND_MODE,
PUBLIC_SHARE_MODE,
setLogLevel,
ShareRequest
} from "@openziti/zrok";
const httpServer = async () => {
let root = loadRoot();
setLogLevel(0);
await init(root)
.catch((err: Error) => {
console.log(err);