Authentication Flow

AI Document Assistant uses the JSON Web Token (JWT) format for authentication. To ensure only your users can access AI Document Assistant, your backend must sign a JWT asserting that the holder may have access. This JWT is passed to the configuration of PSPDFKit for Web, which in turn propagates the token to AI Document Assistant to validate the requested access.