| Crates.io | ory-kratos-client-wasm |
| lib.rs | ory-kratos-client-wasm |
| version | 0.1.6 |
| created_at | 2025-09-04 18:04:36.912572+00 |
| updated_at | 2025-09-22 19:42:27.477171+00 |
| description | A fork of ory-kratos-client that uses the browser's Fetch API instead of reqwest when building for wasm. |
| homepage | |
| repository | https://github.com/justins-engineering/kratos-client-rust |
| max_upload_size | |
| id | 1824580 |
| size | 940,668 |
This is an unofficial Ory Kratos SDK for rust. Created to use browser's Fetch API instead of reqwest when building for wasm.
For the official crate, use ory-kratos-client.
API version: v1.3.8
For feature parity with the official lib, add the following line to your Cargo.toml:
ory-kratos-client-wasm = { version = "0.1", default-features = false, features = ["reqwest"] }
This SDK is for use with self-hosted Ory Kratos. If you are developing against Ory Network, please use the Ory Network SDK.