Software Development Kit (SDK)
The Ory Kratos SDK allows for integration with a self-hosted Ory Kratos Identity Server.
Before using the SDK, consult the Ory Kratos REST API documentation.
To view the source code for the generated SDKs, visit the Ory Kratos SDKs GitHub repository. Ory SDKs are generated using the openapi-generator.
Download the SDK
Ory publishes SDKs for popular languages in their respective package repositories:
- Dart
- .NET
- Elixir
- Go
- Java
- JavaScript with TypeScript definitions and compatible with Node.js, React.js, Angular, Vue.js, and many more.
- PHP
- Python
- Ruby
- Rust
Missing your programming language?
Create an issue and help the Ory team build, test, and publish the SDK for your programming
language!
SDK backward compatibility
The Ory SDK uses automated code generation by openapi-generator
.
openapi-generator
can make changes to the generated code with each new version, which breaks backwards compatibility in some
cases. As a result, Ory SDK may not be compatible with previous versions.