rpCal

Results 11 comments of rpCal

Thank you for your pull request. I've also have similar problem with this library in RN env.

@sjones6 Thank you very much for the code.... @kamilmysliwiec @cojack Any updates soon? :)

@jhullse I just check code, its awesome! I just notice ```ts validate: (value, args): boolean => isStrongPassword(value, args.constraints[0]) ``` arg can be undefined and it can throw error... maybe you...

@jhullse if you can please update also interface IsStrongPasswordOptions to contains optional params from validator.js isStrongPassword [LINK](https://github.com/validatorjs/validator.js) ```ts export interface IsStrongPasswordOptions { ...(prev interface code) returnScore?: boolean; pointsPerUnique?: number; pointsPerRepeat?:...

@SerayaEryn Any plans to use jack-y's PR and migrate to onRequest??

I think this will be great.. clear division into frontend and backend, I would like to use only part of the functionality on the backend now it not possible :(

@superroma Can you show me how can I plug in into fastify for example or any other existing endpoint, please?

@gudleik did you plan to extend/maintain this library? I think current stack is great start point! it very easy to start with, I just missing few examples how it should...