Private
Public Access
1
0

Fix SimpleFIN integration for beta-bridge.simplefin.org

HttpClient does not extract Basic Auth credentials from URLs with
embedded user:pass@host format. Parse the access URL, build the
Authorization header explicitly, and strip credentials from the
request URI. Also send Content-Length: 0 on token exchange POST
and update setup instructions to point to beta-bridge.simplefin.org.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-08 20:57:02 -05:00
parent 9497812bf5
commit 1db0101b5a
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -263,7 +263,7 @@
<v-card-title>Connect via SimpleFIN</v-card-title>
<v-card-text>
<p class="mb-4">
Visit <strong>simplefin.org/bridge</strong> to get a setup token for your bank, then paste it below.
Visit <strong>beta-bridge.simplefin.org</strong> to get a setup token for your bank, then paste it below.
</p>
<v-text-field
v-model="simpleFinToken"