Skip to content

Commit

Permalink
Merge pull request #262 from TokenScript/feature/multi-origin-demo
Browse files Browse the repository at this point in the history
removed unused dependancies from socios example
  • Loading branch information
nicktaras committed Sep 19, 2023
2 parents 4e02cf5 + 907dec6 commit f958adf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 73 deletions.
3 changes: 1 addition & 2 deletions socios-oauth2/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from "path";
import express from "express";
// import { Server } from "@tokenscript/token-negotiator-server";
import { Server } from "./dist/index.js";
import { Server } from "@tokenscript/token-negotiator-server";
import { fileURLToPath } from "url";
import bodyParser from "body-parser";
import cookieParser from "cookie-parser";
Expand Down
80 changes: 10 additions & 70 deletions socios-oauth2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion socios-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"@tokenscript/token-negotiator": "^3.0.0",
"@tokenscript/token-negotiator-server": "^0.1.0",
"@tokenscript/token-negotiator-server": "^0.2.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down

0 comments on commit f958adf

Please sign in to comment.