Skip to content

raw implementation of Google authentication in nodejs and react

License

Notifications You must be signed in to change notification settings

yshplsngh/google-auth

Repository files navigation

How to Implement Google OAuth in Node.js and Express

Google credentials

First we have to get Google credentials . To get credentials 'if don’t already have them ' go to Google developer Console

Installation

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/yshplsngh/google-auth.git
    $ cd google-auth
    
  2. Install Dependencies

      $ npm install
      $ cd ./api
      $ npm install
    
  3. Start the client-side application

    $ npm run dev
    
  4. Start server

    $ cd ./api
    $ npm run dev
    

Your app should now be running on localhost:5173.

Contributing

If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

About

raw implementation of Google authentication in nodejs and react

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published