Skip to content

Commit

Permalink
feat: update to remix auth v4
Browse files Browse the repository at this point in the history
this commit replaces remix session with cookies
  • Loading branch information
CyrusVorwald committed Dec 19, 2024
1 parent e60f1f1 commit 8cac85d
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 1,078 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@
],
"dependencies": {
"@epic-web/totp": "^2.0.0",
"@mjackson/headers": "^0.8.0",
"base32-encode": "^2.0.0",
"jose": "^5.8.0"
},
"peerDependencies": {
"remix-auth": "^3.6.0"
"remix-auth": "^4.1.0"
},
"devDependencies": {
"@remix-run/node": "^2.11.2",
"@remix-run/server-runtime": "^2.11.2",
"@types/node": "^20.16.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
Loading

0 comments on commit 8cac85d

Please sign in to comment.