when using kratos with nodejs backend, should you now use
@ory/kratos-client
or
@ory/client
? previously used kratos-client, but not sure if we should now use
@ory/client
now
m
magnificent-energy-493
01/10/2023, 10:20 AM
Hello @white-cartoon-58880
You can continue to use kratos-client. In fact kratos-client is recommended for self-hosted Kratos, since the ory-client might be on a different version.
In general both SDKs are interchangeable, but ory-client sees more frequent updates.