vue3-google-signin
Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build.yaml
- publish.yaml
- extensions.json
- main.scss
- index.ts
- config.ts
- google-signin-button.md
- use-gsi-script.vue
- use-code-client.md
- use-gsi-script.md
- use-one-tap.md
- use-token-client.md
- CodeClientDemo.vue
- TokenClientDemo.vue
- automatic-login.vue
- trigger-manual.vue
- code-verification.js
- with-code-client-snippet.vue
- with-token-client-snippet.vue
- snippet.vue
- automatic-login.ts
- trigger-manual.vue
- creating-custom-buttons.md
- google-signin-button.md
- index.md
- one-tap-login.md
- using-with-electron.md
- decodeCredential.vue
- decodeCredentialResponse.json
- account.md
- oauth2.md
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- logo.svg
- mstile-150x150.png
- og-image.jpg
- robots.txt
- site.webmanifest
- env.d.ts
- index.md
- tsconfig.json
- vite.config.ts
- globals.ts
- GoogleSignInButton.vue
- useCodeClient.ts
- useGsiScript.ts
- useOneTap.ts
- useTokenClient.ts
- accounts.ts
- index.ts
- oauth2.ts
- account.ts
- index.ts
- oauth2.ts
- symbols.ts
- types.ts
- App.vue
- main.ts
- plugin.ts
- .editorconfig
- .env.example
- .eslintignore
- .eslintrc.cjs
- .gitignore
- env.d.ts
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.vite-config.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/wavezync/vue3-google-signin
Downloads the entire project code from GitHub to your computer.
cd vue3-google-signin
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install -S vue3-google-signin
Downloads and installs the libraries listed in package.json.
yarn add vue3-google-signin
Type this command into your terminal and run it.
pnpm add vue3-google-signin
Type this command into your terminal and run it.
npm install -S nuxt-vue3-google-signin
Downloads and installs the libraries listed in package.json.
yarn add nuxt-vue3-google-signin
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
