You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sindri's rust SDK and rust CLI analogue should strive to mimic the same auth patterns as the preexisting sindri-js & CLI. Primarily, the config files created by the CLI here should cross over to any rust application and the cargo sindri CLI should provide a similar login experience that plays nicely with any login details saved by the sindri-js CLI.
🤔 Rationale
Users switching between languages don't need to worry about logging in again or learning a new auth pattern.
🌟 Feature Request
📝 Description
Sindri's rust SDK and rust CLI analogue should strive to mimic the same auth patterns as the preexisting sindri-js & CLI. Primarily, the config files created by the CLI here should cross over to any rust application and the
cargo sindri
CLI should provide a similar login experience that plays nicely with any login details saved by thesindri-js
CLI.🤔 Rationale
Users switching between languages don't need to worry about logging in again or learning a new auth pattern.
📋 Additional Context
See: https://github.com/Sindri-Labs/sindri-js/blob/main/src/lib/config.ts
The text was updated successfully, but these errors were encountered: