Closed IngridGdesigns closed 5 years ago
Now I can fetch and post to my postgres db, had to make another function to getProfile. And they are added by pushing a button. Next step is to have it done when they log in, instead of the user pushing a button to get added.
Alright it works now, function was not being called in the Auth.js file, added a constrain to the usersdata table to not have repeated users in the database!
Need to post users from Auth0 to my local posgreql database.