chore: update indiekit-endpoint-activitypub to ba4bb53 (fix oauth token expiry)
Deploy Indiekit Server / deploy (push) Successful in 1m20s

Bump AP fork to fix constant re-login on Phanpy. Root cause: the
authorization_code token exchange set accessToken but never $unset expiresAt,
so the 10-min auth-code TTL survived onto the access token, causing all
Mastodon clients to be forced to re-login every 10 minutes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sven
2026-04-25 20:52:11 +02:00
parent bd3347f634
commit ae22652d72
+2 -2
View File
@@ -2419,7 +2419,7 @@
}, },
"node_modules/@rmdes/indiekit-endpoint-activitypub": { "node_modules/@rmdes/indiekit-endpoint-activitypub": {
"version": "3.13.4", "version": "3.13.4",
"resolved": "git+https://gitea.giersig.eu/svemagie/indiekit-endpoint-activitypub#2d67c640d7d12c6a6c453b708be295377ba87a91", "resolved": "git+https://gitea.giersig.eu/svemagie/indiekit-endpoint-activitypub#ba4bb53f0d67d0b043d05aa12647672492bb8e7b",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fedify/debugger": "^2.1.0", "@fedify/debugger": "^2.1.0",
@@ -9032,4 +9032,4 @@
} }
} }
} }
} }