Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Authentication

TheoTechnicguy edited this page Oct 20, 2020 · 1 revision

Along side your CovRecord executable, you need a file with authentication data.

Structure of the file.

The file is a JSON structure, See below. The root is a dictionnary. The file name has to be covrecord.auth to not raise an error.

Github Token

One information needed is a github token. This is to get the latest releases (devs have to update their branch manually).

Mediris

The other information needed is valid login data (username and password) for Mediris.

E.G.

{
  "mediris" : {"user": "*** USERNAME ***", "password": "*** PASSWORD ***"},
  "github_token": "*** TOKEN ***"
}
Clone this wiki locally