https://github.com/webankblockchain/weidentity-rest-service
RESTful HTTP Service for WeIdentity Integration
https://github.com/webankblockchain/weidentity-rest-service
Last synced: 11 months ago
JSON representation
RESTful HTTP Service for WeIdentity Integration
- Host: GitHub
- URL: https://github.com/webankblockchain/weidentity-rest-service
- Owner: WeBankBlockchain
- Created: 2019-05-28T03:12:21.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-15T12:06:09.000Z (about 1 year ago)
- Last Synced: 2025-04-15T13:23:18.769Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 8.32 MB
- Stars: 17
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeIdentity HTTP Service
---
## 总体介绍
WeIdentity Restful HTTP Service提供了简化的WeIdentity集成方式与访问能力。
使用者仅需部署一台Java的机器,
便可以使用各种类型的HTTP/HTTPS协议访问WeIdentity的功能了,
不再需要通过Java API方式调用SDK。
## 功能介绍
目前,WeIdentity RestService支持客户端密钥管理、服务器端密钥托管、数字身份标识(WeIdentity DID)管理、
标准化凭证(WeIdentity Credential)管理、授权机构(Authority Issuer)管理、标准化模板(CPT)管理等功能。
详细的设计及使用说明,请参见 [WeIdentity RestService文档](https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-rest.html)
WeIdentity及其组件的[兼容版本说明文档](https://weidentity.readthedocs.io/zh_CN/develop/docs/compatibility.html) 请查看!
## 联系我们
邮箱:weidentity@webank.com
## License
This project is released under [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0).