Login
Last updated
Last updated
User login is a two step process.
A User initiates the login by . This will generate a challenge to be signed by the user.
The User signs the login challenge with one of his Credentials, and sends the signed challenge to .
At the end of the process you will get an authentication token that you can use in the header Authorization: Bearer {auth_token}
of your API calls.