Back
Todo
I fixed the data encryption in #speechzap and found out that in NestJS all injected dependencies are singletons by default, which led to data being encrypted/decrypted with random users' private keys due to my service's caching not considering the user ID.
See similar todos

No replies yet