MASA.Framework
MASA.Framework copied to clipboard
希望能增加开放接口签名验签等功能
期望功能列表 :)
- [x] 证书生成
- [x] 证书管理
- [x] 公钥导出、导入
- [x] 开放接口格式化,如下例
{
"specversion" : "1.0",
"sysid" : "masa.open.test01",
"source" : "https://github.com/cloudevents/spec/pull",
"subject" : "123",
"id" : "A234-1234-1234",
"timestamp" : "2018-04-05T17:31:00Z",
"datacontenttype" : "application/json",
"data" : "{\"att01\":\"01\",\"att02\":\"02\"}",
"sign": "xxx"
}
收到,我们将会在2.0启动后考虑这个需求,谢谢。