clever-ice-6330
03/06/2024, 1:13 AMUpdateRegistrationFlow
that I have not encountered before (Appears after updating from ory/client-go v1.4.0
to ory/client-go v1.6.2
):
data matches more than one schema in oneOf(ContinueWith)
which causes Password Registration to fail since no flow is returned (expecting a flow per documentation). However, the http.Response
object (second return value, _
in the referenced documentation) provides session_token
, session
, identity
and continue_with
. Any help with this would be appreciated.steep-lamp-91158
bland-eye-99092
03/06/2024, 9:32 AMclever-ice-6330
03/06/2024, 8:00 PMv1.6.2
which are safe after v1.4.0
)clever-ice-6330
03/21/2024, 7:34 AM