Login

We certainly want to restrict who can access and modify the data. Therefore users are required to login with the web service. For doing so, you should have a GitHub account, then you need to request a read-only token from GitHub personal access token service.

Once you have a read-only GitHub token, you can login into the web service like:

ceibacli login -w http://YourCeibaInstance:8080/graphql -t Your_token

How does it work?

The Ceiba server will contact GitHub and will check if you are a known user there.