How to generate and configure the JWT secret for ONLYOFFICE DocumentServer
How to generate and configure the JWT secret for ONLYOFFICE DocumentServer ONLYOFFICE DocumentServer adds a JSON Web Token to every API call between the editors (browser) and the backend services, signed by a shared secret. The token prevents an unauthenticated browser from directly talking to your editors and forcing them to render arbitrary documents. Since... » read more