feat(desktop): implement backend wrapper auth

This commit is contained in:
Gusram
2024-05-30 22:53:59 +08:00
parent f8ac6dfeb1
commit 4156551b24
9 changed files with 402 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
"@fontsource-variable/material-symbols-rounded": "5.0.16",
"@fontsource-variable/roboto-mono": "5.0.16",
"@hoppscotch/common": "workspace:^",
"@hoppscotch/data": "workspace:^",
"@platform/auth": "0.1.106",
"@tauri-apps/api": "1.5.1",
"@tauri-apps/cli": "1.5.6",
@@ -36,7 +37,13 @@
"tauri-plugin-store-api": "0.0.0",
"util": "0.12.5",
"vue": "3.3.9",
"workbox-window": "6.6.0"
"workbox-window": "6.6.0",
"zod": "3.22.4",
"@urql/core": "^4.1.1",
"cookie": "^0.5.0",
"subscriptions-transport-ws": "^0.11.0",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1",
"wonka": "^6.3.4"
},
"devDependencies": {
"@graphql-codegen/add": "5.0.0",
@@ -76,6 +83,8 @@
"vite-plugin-pwa": "0.13.1",
"vite-plugin-static-copy": "0.12.0",
"vite-plugin-vue-layouts": "0.7.0",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.8",
"@types/cookie": "^0.5.1"
}
}