Search found 5 matches
- Tue Dec 15, 2020 7:24 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 378
Re: JWT token configuration
Hello Carl, I've modified my "local.json" file (as you can see below). And I restarted all DS services but I still can't see the token in the requests... { "services": { "CoAuthoring": { "sql": { "dbHost": "localhost", "dbUser": "onlyoffice", "dbPass": "onlyoffice", "dbName": "onlyoffice" }, "redis"...
- Tue Dec 08, 2020 9:53 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 378
Re: JWT token configuration
Hello Carl, Thank you for your response. I enabled the token in my example app. But after that, I can upload a file to my Document server via HTTP POST without any token given as parameter. This way, anyone can send requests to the Document Server (am I right ?), but I would like to avoid this... Is...
- Wed Nov 18, 2020 9:24 am
- Forum: API
- Topic: JWT token configuration
- Replies: 5
- Views: 378
JWT token configuration
Hello, I have installed OnlyOffice Document Server (OnlyOffice Docs) on Windows and run Java Example with these instructions : https://api.onlyoffice.com/editors/example/java. I would like to enable JWT token on my Document Server, so I modified my "local.json" file as shown below : "token": { "enab...
- Tue Nov 17, 2020 4:39 pm
- Forum: Web server configuration
- Topic: Restart Document Server on Windows
- Replies: 2
- Views: 306
Re: Restart Document Server on Windows
Thanks a lot Carl ! It worked 

- Tue Nov 17, 2020 1:22 pm
- Forum: Web server configuration
- Topic: Restart Document Server on Windows
- Replies: 2
- Views: 306
Restart Document Server on Windows
Hello, I have installed OnlyOffice Document Server (OnlyOffice Docs) and run Java Example with these instructions : https://api.onlyoffice.com/editors/example/java. The code is working fine. But for the moment in the Java code, the property "files.docservice.secret" in the file "settings.properties"...