ory-kratos-client-wasm

Crates.ioory-kratos-client-wasm
lib.rsory-kratos-client-wasm
version0.1.6
created_at2025-09-04 18:04:36.912572+00
updated_at2025-09-22 19:42:27.477171+00
descriptionA fork of ory-kratos-client that uses the browser's Fetch API instead of reqwest when building for wasm.
homepage
repositoryhttps://github.com/justins-engineering/kratos-client-rust
max_upload_size
id1824580
size940,668
Justin (bandogora)

documentation

https://docs.rs/ory-kratos-client-wasm/

README

ory-kratos-client-wasm

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

Using with reqwest

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"] }

Ory Self-Hosted

This SDK is for use with self-hosted Ory Kratos. If you are developing against Ory Network, please use the Ory Network SDK.

Documentation

Commit count: 92

cargo fmt