securejson/README.md

3 lines
237 B
Markdown
Raw Normal View History

2018-08-31 01:24:11 +00:00
# securejson
A solution to secure the json content between BE and FE. The secure content only handled by FE, BE verify user's signature and store the secure content, but never know what is it. FE implemented by js, BE implemented by go.