cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/login/credential \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "token": "<string>" }
Login using the email and the password of a valid Stratumn user
The email used to login
The password used to login
The jwt auth token
The token needed (in authorization header) to authenticate requests