sohamdodia
Results
2
issues of
sohamdodia
Added extra security layer. UserId needs to be passed as id in headers along with the token in order to verify the request comes from the same source. Decoded jwt...
andWhere query is throwing an error: Errors converted to json-api Result TypeError: Cannot read property '0' of undefined. ``` queryFactory: async (opts) => { const origQuery = await opts.makeQuery(opts); return...