mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 02:47:56 +02:00
re-enable oauth and basic auth; logging lint (#893)
This commit is contained in:
@ -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": {
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user