Registration
GitLab oAuth
You can login to JISAP with your Gitlab account.
- Click on “OAuth login”
- Log in Gitlab with your credentials
- Authorize Jisap to use your account (it will only ask for it the first time)
In case you need to use jisap-cli or dvc cli from a terminal, you will need to create your personal access token.
GitLab personal access token
The Imaging Platform uses GitLab personal access tokens to interact with GitLab. To create a token you have to follow the next steps.
- Log in to GitLab.
- In the upper-right corner, click your avatar and select Settings.
- On the User Settings menu, select Access Tokens.
- Choose a name and optional expiry date for the token.
- Choose the desired scopes. This platform needs [api, read_user]
- Click the Create personal access token button.
- Save the personal access token somewhere safe. Once you leave or refresh the page, you won’t be able to access it again.
This token must be provided to the platform in the settings page.