We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONLYOFFICE 7.2版本开始默认启用了JWT安全令牌(JSON Web Token),与之前版本的密钥方式差异很大。 能否更新一下onlyoffice插件,以适配7.2版本? 看了下,JWT令牌方式,好像是需要能在这个插件里填入相应的密钥,才能正确握手。 目前的插件,只能够正常使用ONLYOFFICE 7.1.1版本。 如下附上onlyoffice官方的说明页面 https://www.onlyoffice.com/blog/zh-hans/2022/09/what-is-jwt/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ONLYOFFICE 7.2版本开始默认启用了JWT安全令牌(JSON Web Token),与之前版本的密钥方式差异很大。
能否更新一下onlyoffice插件,以适配7.2版本?
看了下,JWT令牌方式,好像是需要能在这个插件里填入相应的密钥,才能正确握手。
目前的插件,只能够正常使用ONLYOFFICE 7.1.1版本。
如下附上onlyoffice官方的说明页面
https://www.onlyoffice.com/blog/zh-hans/2022/09/what-is-jwt/
The text was updated successfully, but these errors were encountered: