Appearance
Authentication
Cling will in collaboration with you configure a partner object and will provide you with the authentication needed.
JWT
When a JWT is used to authenticate you have to provide a header called Authorization
and the value of that header should be on the format JWT ey...
where you replace everything after JWT with your token. Make sure that you create your JWT in according with the authentication settings you discussed with Cling.