Hi, i found an issue in the <current client open a...
# contributors
f
Hi, i found an issue in the current client open api spec (v1.2.10). Line 5740 - ref: "#/components/schemas/sessionAuthenticationMethod". There is the method "code" missing. For the new one-time code passwordless feature.
Should I open en MR for that?
b
Nice find! The SDK spec is generated from the source code, so it would need to be fixed in ory/kratos. I believe that would be here: https://github.com/ory/kratos/blob/master/.schema/openapi/patches/session.yaml#L14-L27
f
Ahhh okay. Should I add the value there or do you do that?
b
Please do! 🙂
f