A Collection of OAuth and data storage / viewing tools for VGMT ecosystem
- Rust OAuth Based Client
- Results are sent to Data / OAuthServer
- Code
TOML_FILE_PATH={default=auth.toml}
- Code
- (optional)
System Config Settings, don't manipulate, leave default.
[oauth]
redirect_url = "/"
[server]
port = 3321
debug = true
host = "0.0.0.0"
[dexcom] # Service Name
client_id = "############################se8t" # OAuth Client ID
client_secret = "##########riT" # OAuth Clilent Secret
auth_url = "/v2/oauth2/login" # Endpoint to start auth
token_url = "/v2/oauth2/token" # Endpoint to exchange authorization code with access token
sandbox = true # Enable / Disable Sandbox
sandbox_url="https://sandbox-api.dexcom.com" # Sandbox API
production_url="https://api.dexcom.com" # Production API