This commit is contained in:
Anthony DePasquale
2025-04-12 21:19:32 +02:00
parent 0e12a5cb7a
commit b36a1b83c8
7 changed files with 10 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ On top of normal methods, the client provides hooks to easily access different r
<button v-if="!session.data" @click="() => authClient.signIn.social({
provider: 'github'
})">
Continue with github
Continue with GitHub
</button>
<div>
<pre>{{ session.data }}</pre>
@@ -169,7 +169,7 @@ On top of normal methods, the client provides hooks to easily access different r
});
}}
>
Continue with github
Continue with GitHub
</button>
{/if}
</div>

View File

@@ -200,4 +200,4 @@ We highly recommend you visit the <Link href="https://docs.plasmo.com/">Plasmo d
If you would like to view a completed example, you can check out the <Link href="https://github.com/better-auth/better-auth/tree/main/examples/browser-extension-example">browser extension example</Link>.
If you have any questions, feel free to open an issue on our <Link href="https://github.com/better-auth/better-auth/issues">Github repo</Link>, or join our <Link href="https://discord.gg/6jHcdYMzyq">Discord server</Link> for support.
If you have any questions, feel free to open an issue on our <Link href="https://github.com/better-auth/better-auth/issues">GitHub repo</Link>, or join our <Link href="https://discord.gg/6jHcdYMzyq">Discord server</Link> for support.

View File

@@ -56,7 +56,7 @@ const session = authClient.useSession()
<button v-if="!session?.data" @click="() => authClient.signIn.social({
provider: 'github'
})">
Continue with github
Continue with GitHub
</button>
<div>
<pre>{{ session.data }}</pre>
@@ -127,5 +127,5 @@ export default defineNuxtRouteMiddleware(async (to, from) => {
### Resources & Examples
- [Nuxt and Nuxt Hub example](https://github.com/atinux/nuxthub-better-auth) on GitHub.
- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on github [preview](https://nuxt-better-auth.giessen.dev/)
- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on GitHub [preview](https://nuxt-better-auth.giessen.dev/)
- [Nuxt example](https://stackblitz.com/github/better-auth/better-auth/tree/main/examples/nuxt-example) on StackBlitz.

View File

@@ -61,8 +61,8 @@ Some of the actions are reactive. The client use [nano-store](https://github.com
});
}}
>
Continue with github
Continue with GitHub
</button>
{/if}
</div>
```
```