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

Add users to database #49

Closed jallan07 closed 3 years ago

jallan07 commented 3 years ago

We need to figure out how to successfully add the user to the database after they click the "Login with LinkedIn" button. Currently, it authenticates them as a user, but it doesn't add them as a user within our database. We have skeleton code built out in passport.js that preps for that functionality, but we haven't been able to get it to work yet.