NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page

Was this helpful?

  1. Other
  2. Integrations
  3. Social Login

Google Sign In

Users will be able to Sign up and Log in using their Google account.

PreviousSocial LoginNextConversations

Last updated 4 years ago

Was this helpful?

Environment variables:

  • Frontend

    • VUE_APP_GOOGLE_CLIENT_ID_OAUTH2

Open :

  1. Click CREATE CREDENTIALS and set OAuth client ID

  2. Application type: Web application

  3. Name: Web client 1

  4. Authorized JavaScript origins and Authorized redirect URIs:

google developers console