We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token cache for storing OAuth tokens and support for eviction policies.
The implementation will be different across platforms. The goal is to support Linux (Debian/Ubuntu based distros), Windows, and MacOS.
Documentation or relevant references:
Some of these will be dependent upon support for these use cases in Rust such as the Windows api's.
On Windows:
The Rust Windows crate has an example using data-protection: https://github.com/microsoft/windows-rs/blob/0.48.0/crates/samples/windows/data_protection/src/main.rs
On MacOS:
Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Token cache for storing OAuth tokens and support for eviction policies.
All Platforms and all Application Types
Desktops
The implementation will be different across platforms. The goal is to support Linux (Debian/Ubuntu based distros), Windows, and MacOS.
Documentation or relevant references:
Some of these will be dependent upon support for these use cases in Rust such as the Windows api's.
On Windows:
The Rust Windows crate has an example using data-protection: https://github.com/microsoft/windows-rs/blob/0.48.0/crates/samples/windows/data_protection/src/main.rs
On MacOS:
Linux
Ticket Progress
The text was updated successfully, but these errors were encountered: