jallan07 / gitjobs-application-tracker

Using GitJobs, you can track your professional contacts and job applications in one central place. Take control of your career today!
https://gitjobs-application-tracker.herokuapp.com/
MIT License
1 stars 2 forks source link

Create passport.js file for user authentication #19

Closed jallan07 closed 3 years ago

jallan07 commented 3 years ago
jallan07 commented 3 years ago

Made some progress on this. I went through a walkthrough that setup linkedin oauth, and after a little bit of tweaking it worked. I tested just within my own local directory. Will tie into the GitJobs app tomorrow.

jallan07 commented 3 years ago

Moved all passport logic out of app.js and into passport.js (config folder).