Daniel DeGroff
Daniel DeGroff
Internal, looks like we are failing to validate the `tenantId` as a required field on this form prior to hitting the API. Or, if we are intended to let the...
Review transitive dep for `org.xerial.snappy/snappy-java 1.1.10+5`. `trivy` does not show this result, but Docker Scout does. Update, we have the correct version, but Docker Scout is confused and doesn't know...
Internal: - https://github.com/FusionAuth/fusionauth-app/pull/477 - https://github.com/FusionAuth/fusionauth-app/pull/493 - https://github.com/FusionAuth/fusionauth-containers/pull/103 - https://github.com/FusionAuth/fusionauth-containers/pull/104 - https://github.com/FusionAuth/fusionauth-app/pull/494 - https://github.com/FusionAuth/fusionauth-app/pull/495
We should plan to upgrade the version of Handlebars we are using. There is a reported CVE, and while this primarily relates to running JavaScript on the server side, which...
Interesting. Generally speaking we debounce these clicks to avoid this scenario, so we are either not de-bouncing this request, or you broke our de-bouncer! 😎
Can recreate. Looks like the issue is if you use the field label to toggle, we do not de-bounce that event.
Internal: - https://github.com/FusionAuth/fusionauth-app/pull/474
Working as designed I suppose. We just don't expect this error in the UI because we keep you from clicking the Add button again if you already have a Google...
Thanks for the report @JCelentano !! We'll get this copy corrected.
Thanks for the contribution @domgolonka . This one is kinda tricky, this is a generated file. Here is the template, and the JWT object definition. https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/client/go.domain.ftl https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/domain/io.fusionauth.jwt.domain.JWT.json This object DSL...