Skip to main content

max / audiofiles

synckit-client 0.4.0: pass sentinel key in token exchange Internal app — bypasses billing via is_internal=TRUE. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-22 00:23 UTC
Commit: 0bb39b5c1b73b0a54d99c448fa33a4d83dd630da
Parent: 7fd99c3
1 file changed, +1 insertion, -1 deletion
@@ -168,7 +168,7 @@ impl SyncManager {
168 168 }
169 169
170 170 match client
171 - .authenticate_with_code(&result.code, &code_verifier, port)
171 + .authenticate_with_code(&result.code, &code_verifier, port, "__internal__")
172 172 .await
173 173 {
174 174 Ok(_) => {