Ainsley Rutterford
Ainsley Rutterford
I'm getting the same error when editing stories. I'm using `6.3` for addons: ``` System: OS: macOS 11.1 CPU: (16) x64 Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz Binaries: Node: 14.16.1...
> @ainsleyrutterford could you provide a public repository with a reproduction of the problem so I can debug it? Ah, the project I'm working on is private. I'll see if...
I couldn't get `jose` or `jsonwebtoken` working either. I've gone with using [`jsrsasign`](https://github.com/kjur/jsrsasign/wiki/Tutorial-for-JWT-generation) (a pure JS crypto library): ```typescript import { KJUR } from "jsrsasign"; const verify = async ({...