Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Set up 3rd party login (oauth) #33

Open Nostromos opened 5 months ago

Nostromos commented 5 months ago

Add the logic for handling login using a third-party service.

Passport.js makes it easy to handle user authentication using a third-party service like Google or Facebook. Look here for the various authentication strategies you can use. This will require modification of your existing REST API to support this functionality.