This PR updates the passport google library and sets up proper user login.
For this to work @yarivShamash you have to add to your .private/ENV_VARS file the following lines:
(if you don't yet have this file yet, then create the directory .private in your project dir and create a new text file ENV_VARS)
This file contains local development data, such as keys to authenticate to google and other things.
These keys are only valid for local development. For the actual website I'll create another set of keys later.
Note that after successful login there's a react error. But that's your arena ;-)
This PR updates the passport google library and sets up proper user login. For this to work @yarivShamash you have to add to your
.private/ENV_VARS
file the following lines:(if you don't yet have this file yet, then create the directory
.private
in your project dir and create a new text fileENV_VARS
)This file contains local development data, such as keys to authenticate to google and other things. These keys are only valid for local development. For the actual website I'll create another set of keys later.
Note that after successful login there's a react error. But that's your arena ;-)