aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-05 15:27:44 +0100
committerGravatar Joe Banks <[email protected]>2024-09-05 15:27:44 +0100
commitfb1bfa0d325569d42abffb0d9fb60a7476cbdda0 (patch)
tree4109695290b1117dd4447a765b8ea5a79b475fa2
parentRemove debug endpoint (diff)
Add jwt-decode package
-rw-r--r--thallium-frontend/package.json1
-rw-r--r--thallium-frontend/pnpm-lock.yaml9
2 files changed, 10 insertions, 0 deletions
diff --git a/thallium-frontend/package.json b/thallium-frontend/package.json
index ddb2d61..dc9dee5 100644
--- a/thallium-frontend/package.json
+++ b/thallium-frontend/package.json
@@ -12,6 +12,7 @@
"dependencies": {
"@fontsource-variable/fira-code": "^5.0.18",
"@reduxjs/toolkit": "^2.2.7",
+ "jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
diff --git a/thallium-frontend/pnpm-lock.yaml b/thallium-frontend/pnpm-lock.yaml
index 853a55f..458e2ec 100644
--- a/thallium-frontend/pnpm-lock.yaml
+++ b/thallium-frontend/pnpm-lock.yaml
@@ -14,6 +14,9 @@ importers:
'@reduxjs/toolkit':
specifier: ^2.2.7
+ jwt-decode:
+ specifier: ^4.0.0
+ version: 4.0.0
react:
specifier: ^18.3.1
version: 18.3.1
@@ -1143,6 +1146,10 @@ packages:
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
engines: {node: '>=4.0'}
+ resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==}
+ engines: {node: '>=18'}
+
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
@@ -2777,6 +2784,8 @@ snapshots:
object.assign: 4.1.5
object.values: 1.2.0
+
dependencies:
json-buffer: 3.0.1