Giter VIP home page Giter VIP logo

node-google-oauth2-jwt's Introduction

node-google-oauth2-jwt

nodejs express mongodb passport jwt oauth2 googleAuth

sample nodejs api with mongodb database and passportjs for authentication using passport-google-oauth20 and jwt tokens.

Prerequisites

touch .env
CLIENT_ID=''
CLIENT_SECRET=''
MONGO_URI=''
npm install
npm start

How it works

Use Postman or any other api testing tool for the following section.

First we are going to make a GET request to our google authentication endpoint /auth/google which will redirect the user to the google login page. After google successfully authenticates the user it will redirect to our callback endpoint with the user's profile information such as googleId, email etc... now we can save the user in the database or retrieve existing user info and redirect to our auth-success endpoint /auth-success where we issue a jwt token.

We can verify the token validity by making a GET request to the /verify endpoint. Don't forget to add the attach the authorization header to the request.

Useful beginner resources

mongoDB youtube tutorial

mongoose docs

passportjs-google-oauth2-strategy youtube tutorial

passport-jwt youtube tutorial

node-google-oauth2-jwt's People

Contributors

bdcorps avatar conglt10 avatar gasparrobi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.