Vigneshwaran
Vigneshwaran
Hi, I am at similar situation, Could you able to figure out the way to implement x-www-form-urlencoded data and bearer-auth protected token URL? Thanks Vignesh
hi @gsi-alejandro , @AV25242 I have created a nestjs project to replicate this issue, kindly check the link below https://github.com/noiissyboy/test-ottoman
Hi @gsi-alejandro @AV25242 Thanks for your suggestion changing from 'validate' to 'save' helps skipping 'validate' hooks but I am getting ValidationError from schema validator for password field.  I have...
Hi @gsi-alejandro , Thanks that worked, kindly consider disabling validation checks for all fields while updating partial fields in ottoman by default. since Schema validator and validate hooks are unused...
I dont think so, Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) { errno: -4077, code: 'ESOCKET', syscall: 'read', command: 'CONN' } kindly let me know the meaning of error no -4077
> You can override the prototype – a lot of Passport strategies are currently doing so and so is Reddit : https://github.com/Slotos/passport-reddit/blob/master/lib/passport-reddit/strategy.js --> see the comment > > ```js >...