https://github.com/hebilicious/nuxt-authjs-google
https://github.com/hebilicious/nuxt-authjs-google
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hebilicious/nuxt-authjs-google
- Owner: Hebilicious
- Created: 2023-08-10T13:04:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T14:52:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T20:13:54.428Z (over 1 year ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Nuxt with AuthJs Nuxt
- Cloudflare Pages : `https://authjs-cookie.pages.dev`
- Vercel Edge : `https://authjs-cookie.pages.dev`
To deploy to Cloudflare Pages, you need to set the following environment variables:
- NUXT_GOOGLE_CLIENT_ID
- NUXT_GOOGLE_CLIENT_SECRET
There's an example `nuxt.config.cfp.ts` that you can use for your own `nuxt.config.ts`.
Make sure the `baseUrl` matches your deployed URL.