Skip to content

Commit 560f04d

Browse files
committed
Revert "implement atproto oauth"
This reverts commit 1c04dd9.
1 parent 1c04dd9 commit 560f04d

7 files changed

Lines changed: 0 additions & 606 deletions

File tree

app/components/AppHeader.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ withDefaults(
5454
<span class="hidden sm:inline">github</span>
5555
</a>
5656
</li>
57-
<li class="flex">
58-
<AuthButton />
59-
</li>
6057
</ul>
6158
</nav>
6259
</header>

app/components/AuthButton.vue

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/components/AuthModal.vue

Lines changed: 0 additions & 124 deletions
This file was deleted.

nuxt.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ export default defineNuxtConfig({
1515
'nuxt-og-image',
1616
'@nuxt/test-utils',
1717
'@vite-pwa/nuxt',
18-
'nuxt-auth-utils',
1918
],
2019

2120
devtools: { enabled: true },
22-
devServer: {
23-
host: '127.0.0.1',
24-
},
2521

2622
app: {
2723
head: {
@@ -133,8 +129,4 @@ export default defineNuxtConfig({
133129
],
134130
},
135131
},
136-
137-
auth: {
138-
atproto: true,
139-
},
140132
})

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"test:unit": "vitest --project unit"
2727
},
2828
"dependencies": {
29-
"@atproto/api": "^0.18.17",
30-
"@atproto/oauth-client-node": "^0.3.15",
3129
"@iconify-json/simple-icons": "^1.2.67",
3230
"@iconify-json/vscode-icons": "^1.2.40",
3331
"@nuxt/a11y": "1.0.0-alpha.1",
@@ -39,7 +37,6 @@
3937
"@vueuse/core": "^14.1.0",
4038
"@vueuse/nuxt": "14.1.0",
4139
"nuxt": "^4.3.0",
42-
"nuxt-auth-utils": "0.5.27",
4340
"nuxt-og-image": "^5.1.13",
4441
"perfect-debounce": "^2.1.0",
4542
"sanitize-html": "^2.17.0",

0 commit comments

Comments
 (0)