Software Development Kit (SDK)
Before using the SDK, consult the Ory Oathkeeper REST API documentation, which includes code samples and examples for various programming languages.
Download the SDK
Ory publishes SDKs for popular languages in their respective package repositories:
- Dart
- .NET
- Elixir
- Go REST
- Java
- JavaScript with TypeScript definitions and compatible with: Node.js, React.js, Angular, Vue.js, and many more.
- PHP
- Python
- Ruby
- Rust
Further information
To view the source code for the generated Ory SDKs, visit the GitHub repository: Generated SDKs for Ory Oathkeeper
Missing your programming language?
Create an issue and help the Ory team build, test, and publish the SDK for your programming
language!
:::
SDK Backwards 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, the Ory SDK may not be compatible with previous versions.
:::