Hi there,
I would like to present a small chalemge task
The simpleast way to run is starting a docker container
docker-compose up
This application uses local and a social network (github) to authenticate user
To use github You need first add
Settings->Developer settings-> OAuth Apps
set any Homepage URL
and Authorization callback URL
(it will be owerriten in our case),
and take Client ID
and Client secrets
in a Demyst/website/config/local.json
please add this valuses
{
"auth": {
"github": {
"clientId": "Client ID",
"secret": "Client secrets"
}
}
}
Would be very grateful for any feedback