-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Kratos dotnet SDK] VerifiableAddress.VerifiedAt is null #46
Comments
Same not-null in java client https://github.com/ory/sdk/blob/master/clients/kratos/java/src/main/java/sh/ory/kratos/model/VerifiableAddress.java. But kratos api can return null |
I checked swagger schema, |
@aeneasr I think that NullTime might be marked as Some conditions for property nullability: |
Interesting... sdk/clients/kratos/typescript/api.ts Line 1045 in 00fc86e
|
We are moving to OpenAPI 3.0 which hopefully improves this situation. However, it is also possible that the generator is buggy for the language. |
I am still having this issue, with
(also the exceptionfactory here seems to produce null exception, so the function doesnt throw like it probably should, I just get null response from
) (From KratosVerifiableIdentityAddress.cs
) Seems this will be fixed in kratos v0.8? ory/kratos#1736 |
Kratos 0.8 is being released today (pipeline is running). Hopefully it gets fixed then. Maybe you can comment and keep us updated? :) |
Yes it worked without issues in 0.8 👍 |
wohooo! |
I tried to call /whoami with dotnet SDK client. In client definition VerifiedAt is non nullable, but api returted null
I think it is can be a swagger misconfiguration?
The text was updated successfully, but these errors were encountered: