Skip to content

Commit

Permalink
refactored / updated to support multiple liveview components; use dyn…
Browse files Browse the repository at this point in the history
…amic values for sessions / statics (jwt tokens); and try to support sessions in general
  • Loading branch information
floodfx committed Jan 21, 2022
1 parent 5bdf89d commit de12474
Show file tree
Hide file tree
Showing 11 changed files with 1,578 additions and 1,382 deletions.
317 changes: 234 additions & 83 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"body-parser": "^1.19.1",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"csurf": "^1.11.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-session": "^1.17.2",
"http-errors": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"morphdom": "^2.6.1",
"multer": "^1.4.4",
"nanoid": "^3.2.0",
"nprogress": "^0.2.0",
"phoenix": "^1.6.6",
"phoenix_html": "^3.2.0",
Expand All @@ -40,8 +41,10 @@
"@types/cookie-session": "^2.0.44",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/http-errors": "^1.8.1",
"@types/jest": "^27.4.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.0",
"@types/ws": "^8.2.2",
Expand Down
Loading

0 comments on commit de12474

Please sign in to comment.