I'm building a backend for an API. I just want to check the password for violations of duty like length or digits with api call. I don't want to change the password. second challenge is that I can't allow asyncrony in the function, because I use fluentvalidation.
↧