mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
* ffi: expose methods for SSO login Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Update bindings/matrix-sdk-ffi/Cargo.toml Co-authored-by: Ivan Enderlin <ivan@mnt.io> Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Refactor code to use a separate object to complete the SSO login * Remove superfluous .workspace * Remove superfluous field name * Fix formatting with nightly toolchain * Fix clippy errors using nightly toolchain * Move SSO methods over into Client as AuthenticationService will go away very soon * Add login tests * Assign tokio runtime and url getter * Reformat * Relocate parts of the code as per review comments * Add url to debugging representation of SsoHandler * Add example for login_with_sso_callback * Use unwrap_or_default to avoid creating empty string * Remove leftover dependencies --------- Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Ivan Enderlin <ivan@mnt.io>
Matrix Rust SDK bindings
In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, UniFFI (Kotlin, Swift, Python, Ruby) bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
There are also external bindings in other repositories:
matrix-sdk-crypto-wasm, JavaScript / WebAssembly bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.