Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 726 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 726 Bytes

About

Hi there,
I would like to present a small chalemge task

Run

The simpleast way to run is starting a docker container
docker-compose up

Authentification

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"
    }
  }
}

Important

Would be very grateful for any feedback