diff --git a/bun.lockb b/bun.lockb index 123dfbb..39c0ac4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b0ddff0..5323011 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,12 @@ "format": "prettier --write src/" }, "dependencies": { - "@zitadel/vue": "^1.0.0", "axios": "^1.6.5", "axios-retry": "^4.0.0", + "oidc-client-ts": "^3.0.1", "pinia": "^2.1.7", "vue": "^3.3.11", + "vue-oidc-client": "^1.0.0-alpha.5", "vue-router": "^4.2.5", "vuetify": "^3.4.10" }, diff --git a/public/config.json b/public/config.json index 01a3b83..1c24583 100644 --- a/public/config.json +++ b/public/config.json @@ -1,3 +1,6 @@ { - "apiBaseURL": "http://localhost:3000" + "apiBaseURL": "http://coder.local.merr.is:3000", + "oidcAuthority": "https://auth.joes.moosenet.work", + "oidcClientID": "255988227184328707@isekai:_slow_life_calculator", + "oidcProjectID": "255987963094106115" } \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 63d145c..5248187 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,25 +1,13 @@