Work on image uploading

Issue #82
This commit is contained in:
N-Pex 2021-03-10 13:40:32 +01:00
parent d90aa3bce2
commit 8e50ec64d3
6 changed files with 21 additions and 9 deletions

View file

@ -276,7 +276,7 @@ class Util {
const jwk = {
kty: 'oct',
key_opts: ['encrypt', 'decrypt'],
key_ops: ['encrypt', 'decrypt'],
alg: 'A256CTR',
k: base64Url.encode(key),
ext: true