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