stynx-code-auth 3.12.1

Authentication with API keys and macOS Keychain OAuth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stynx-code-auth"
version = "3.12.1"
edition = "2024"
description = "Authentication with API keys and macOS Keychain OAuth"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"

[dependencies]
stynx-code-errors = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
base64 = { workspace = true }
sha2 = { workspace = true }
tokio = { workspace = true }
getrandom = "0.2"