serve: Remote TODO that will not be done
We shouldn't really provide the derived context keys. There isn't any use to them outside of that specific license request and license response for which it was derived from. The only use to them would be to allow the client to decrypt the keys manually, which wont be necessary nor secure.
This commit is contained in:
parent
bd62b8d131
commit
6eceaaf410
|
@ -296,7 +296,6 @@ async def parse_license(request: web.Request) -> web.Response:
|
|||
"status": 200,
|
||||
"message": "Success",
|
||||
"data": {
|
||||
# TODO: Add derived context keys like enc/mac[client]/mac[server]
|
||||
"keys": license_keys
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue