mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
GitHub
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user