-
Hi Ory Guys
I got this error : consider the below test passed successfully, then seems the installed packages and configs is ok, and the both of them (getIdentitySchema & listIdentitySchemas) are members of V0alpha2ApiInterface
Where is the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @AmirBrz Have you revisited Ory lately? We did have a stable release for the Ory Kratos SDK, so thinks might have improved in that area since. Ory Kratos SDK allows for integration with a self-hosted Ory Kratos Identity Server. Before using the SDK, I recommend to consult the Ory Kratos REST API documentation. The source code for the generated SDKs can be found in the Ory Kratos SDKs GitHub repository. For more specific information about the getIdentitySchema method and how to use it in your NestJs app, I recommend checking the Ory SDK documentation or the Ory Kratos SDKs GitHub repository. |
Beta Was this translation helpful? Give feedback.
Hello @AmirBrz
Apologies for the late answer.
We still need a good example for NestJS.
Have you revisited Ory lately? We did have a stable release for the Ory Kratos SDK, so thinks might have improved in that area since.
Ory Kratos SDK allows for integration with a self-hosted Ory Kratos Identity Server. Before using the SDK, I recommend to consult the Ory Kratos REST API documentation.
The source code for the generated SDKs can be found in the Ory Kratos SDKs GitHub repository.
For managing identity schemas, Ory provides a way to customize and manage them according to your needs. You can define which field is used as the identifier when logging in, and fields which are used to verify or …