Browse Source

RHL-003-chore(dependencies): add jose library for JWT handling

Code_Uwe 1 week ago
parent
commit
27131b2375
2 changed files with 11 additions and 0 deletions
  1. 10 0
      package-lock.json
  2. 1 0
      package.json

+ 10 - 0
package-lock.json

@@ -12,6 +12,7 @@
 				"@radix-ui/react-slot": "^1.2.4",
 				"class-variance-authority": "^0.7.1",
 				"clsx": "^2.1.1",
+				"jose": "^6.1.3",
 				"lucide-react": "^0.555.0",
 				"mongodb": "^7.0.0",
 				"next": "16.0.7",
@@ -6073,6 +6074,15 @@
 				"jiti": "lib/jiti-cli.mjs"
 			}
 		},
+		"node_modules/jose": {
+			"version": "6.1.3",
+			"resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
+			"integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
+			"license": "MIT",
+			"funding": {
+				"url": "https://github.com/sponsors/panva"
+			}
+		},
 		"node_modules/js-tokens": {
 			"version": "4.0.0",
 			"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",

+ 1 - 0
package.json

@@ -15,6 +15,7 @@
 		"@radix-ui/react-slot": "^1.2.4",
 		"class-variance-authority": "^0.7.1",
 		"clsx": "^2.1.1",
+		"jose": "^6.1.3",
 		"lucide-react": "^0.555.0",
 		"mongodb": "^7.0.0",
 		"next": "16.0.7",