Daniel DeGroff

Results 251 comments of Daniel DeGroff

Please also try and recreate with the latest version of FusionAuth.

Yes, I think that is what we had in mind... is to take your excellent work and just provide some official support for it and ease your burden. We really...

To provide some background - @davelesser and his team have graciously been building and supporting the Terraform provider for the past few years, and we are very grateful for their...

As of 10/20 2.14.0 is not yet available, but we are now up to 2.13.4. https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core Update. 2.14.0 was released on Nov 5.

We can likely tweak our Java-2-JSON library to build the DSL expected by OpenAPI. Perhaps we should open source it. https://github.com/inversoft/java2json

Related https://github.com/FusionAuth/fusionauth-client-builder/issues/19

@spwitt since we are building our support for WebAuthn with an API - will we get this for free, or with minor additions to the APIs we already have in...

Interesting. This is working as intended (per https://github.com/FusionAuth/fusionauth-issues/issues/604) - looks like we have bugs in our client libraries? We should never be sending a `Content-Type` of `text/plain` as far as...

I think we added this a while back to fix some other issue... For example, in `dart.client.ftl`, `typescript.client.ftl`, `javascript.client.ftl` and `angular.client.ftl` (which I thinks defunct?) we have this code: ```...

Updated linked issue with a commit to the go client to see if that fixes it. Still need to look at the JavaScript ones to see if that is necessary....