smbcloud-auth-sdk
Client SDK for smbCloud Auth. Use your app credentials (client_id and client_secret) to authenticate users against the smbCloud Auth service.
Usage
use ;
use Environment;
let client = ClientCredentials ;
// Sign up
let result = signup_with_client.await?;
// Sign in
let status = login_with_client.await?;
// Profile
let user = me_with_client.await?;
See the smbCloud auth docs for the wider flow around app credentials and user sessions.
License
Apache-2.0
Copyright
© 2026 smbCloud (Splitfire AB).