JWT Authentication

JSON Web Tokens (JWT) provide an effective and secure way to authenticate between different entities, ensuring enhanced security during development in a simple and efficient manner.

HOW the JWT Authentication flow works

The JWT-based flow works through two essential types of tokens:

With these two tokens, you will be able to authenticate with ZapSign and integrate with your application. In the following chapters, we will discuss each token in more detail.

Last updated