I couldn’t see documentation about this anywhere, but does Seatable support usage of onlyoffice secured by the JWT token?
Hey typhon,
just add the following to your dtable_web_settings.py to enable JWT-Token on seatable side:
ONLYOFFICE_JWT_SECRET = 'your-secret-string'
Of course you have to pass the same secret-string to the onlyoffice docker container.
Best regards
Christoph
Aha, so there was a variable for that!
Thanks for the help
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.