Authentication ​
Our authentication is based on JSON Web Token (JWT) and JSON Web Signature (JWS).
Regardless of which programming language you are using, there should be a library to handle the cryptographic part for you. All you need is to provide the correct header and payload claims.