Git Product home page Git Product logo

google_authentication's Introduction

Google_Authentication

Google Authentication / Google Yetkilendirme

🎈 Images 🎈

image image image

🌘 Example Response Google 🌘

{
  provider: 'google',
  sub: '106274031118275039987',
  id: '106274031118275039987',
  displayName: 'Fast Uptime',
  name: { givenName: 'Fast', familyName: 'Uptime' },
  given_name: 'Fast',
  family_name: 'Uptime',
  email_verified: true,
  verified: true,
  language: 'tr',
  locale: undefined,
  email: '[email protected]',
  emails: [ { value: '[email protected]', type: 'account' } ],
  photos: [
    {
      value: 'https://lh3.googleusercontent.com/a/AAcHTtc8A6atL67dCwUgqkDfw-uBLLSksvOMRpDKM1z9xaipbw=s96-c',
      type: 'default'
    }
  ],
  picture: 'https://lh3.googleusercontent.com/a/AAcHTtc8A6atL67dCwUgqkDfw-uBLLSksvOMRpDKM1z9xaipbw=s96-c',
  _raw: '{\n' +
    '  "sub": "106274031118275039987",\n' +
    '  "name": "Fast Uptime",\n' +
    '  "given_name": "Fast",\n' +
    '  "family_name": "Uptime",\n' +
    '  "picture": "https://lh3.googleusercontent.com/a/AAcHTtc8A6atL67dCwUgqkDfw-uBLLSksvOMRpDKM1z9xaipbw\\u003ds96-c",\n' +
    '  "email": "[email protected]",\n' +
    '  "email_verified": true,\n' +
    '  "locale": "tr"\n' +
    '}',
  _json: {
    sub: '106274031118275039987',
    name: 'Fast Uptime',
    given_name: 'Fast',
    family_name: 'Uptime',
    picture: 'https://lh3.googleusercontent.com/a/AAcHTtc8A6atL67dCwUgqkDfw-uBLLSksvOMRpDKM1z9xaipbw=s96-c',
    email: '[email protected]',
    email_verified: true,
    locale: 'tr'
  }
}

πŸ› οΈ Installation πŸ› οΈ

  • Download and install NodeJs on your computer.

  • Download the project as Zip to your computer and unzip it.

  • Enter the folder you extracted from the zip and open a terminal to the location of that folder, then enter the following commands. npm install

  • Start the by entering the following command in Terminal node .

  • https://support.google.com/cloud/answer/6158849 Create an app here

β›³Tech Stack β›³

πŸ—„οΈ Server: Node, Passport, Express, Passport-Twitter, Express-session


🎯 License 🎯

google_authentication's People

Contributors

fastuptime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.