Dan Moore
Dan Moore
Hiya! Thanks for letting us know. What version of the node client were you running previously? What version of the typescript client are you moving to?
That sure looks like a incompatibility to me. I'll take a look. We also welcome pull requests if you want to just patch `DefaultRESTClient.ts`.
No worries, I ended up submitting a PR (#32), so no effort needed on your part. Thanks again for reporting this.
Closing this because #32 is merged, as well as the fact that the node client has been deprecated for 3+ years.
Seems like a bug to me, at least in the documentation.
After you run `sb build` you may need to copy the build client library javascript if your browser doesn't support symlinks. Then it appears to run just fine.
@renattomachado No current plans. We'd happily review a PR. Here's our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap/
@renattomachado from looking at the codebase, it seems like we upgraded the dart client to a null safe version a few months ago in this commit: https://github.com/FusionAuth/fusionauth-dart-client/commit/b8496c5e0699f0722e462864136f8b6dba9300d7 Can you test...
Looks like the validation check (`validateUserCreate`) doesn't look for `user.data.email` only `user.email`, when `sendSetPasswordEmail` is `true`.
Hmmm. I can't find anything on the internet that indicates that playwright plays nice with [recaptcha v3](https://developers.google.com/recaptcha/docs/v3), probably because Google doesn't want to make it easy to bypass it. Have...