Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "updated to most recent sdk version and functionality of init/callback" #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
601 changes: 133 additions & 468 deletions publisher/server_only/package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions publisher/server_only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
},
"dependencies": {
"axios": "^0.23.0",
"body-parser": "^1.20.3",
"cookie-session": "^1.4.0",
"ejs": "^3.1.7",
"express": "^4.21.2",
"nocache": "^3.0.1",
"path-to-regexp": "^8.2.0"
"express": "^4.18.2",
"nocache": "^3.0.1"
},
"devDependencies": {
"eslint": "^7.29.0",
Expand Down
7 changes: 0 additions & 7 deletions publisher/standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ docker run -it --rm -p 3000:3000 \
uid2-publisher-standard
```


If this command does not work in Powershell because of the `-e` variable, try running in Command Prompt with quotes around each variable like so:
```
docker build . -t uid2-publisher-server
docker run -it --rm -p 3000:3000 -e "UID2_BASE_URL=https://operator-integ.uidapi.com" -e "UID2_API_KEY={INTEG_API_KEY}" -e "UID2_CLIENT_SECRET={CLIENT_SECRET}" uid2-publisher-server
```

The following table lists the environment variables that you must specify to start the application.

| Parameter | Data Type | Description |
Expand Down
Loading
Loading