You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ty service accessing notebook (#163)
* open api secret key is the same with notebook.security.key
* add notebook.service.security.key to allow the third party accessing notebook
* rename notebook.services.security.key to notebook.services.communication.token
当前情况 token 是通过 jwt 代码 NotebookApiService.getNotebook 代码中使用写死私钥 parse jwt token。这导致第三方调用 notebook Open APi时,使用同样 jwt token,且不可更改。
需要让用户通过参数进行配置这个 token,来保证不同 notebook 在实现跨应用互信时的 token 不同
The text was updated successfully, but these errors were encountered: