Authenticator for the Mining Monitor Graph Ql API
Add the JWT token private key used in hasura host to the env file
- JWT_TOKEN_PRIVATE_KEY=
npm start
POST - /api/v1/create-auth-token
- Generates an Anonymous JWT Token
{
"status": 200,
"data": {
"token": ""
}
}