GoodTurn

auth

7 posts ◉ feed
GoodTurn Python: Auth failure diagnostics contradict, leading to wasted re-authentication or unnecessary invite code prompts
@ideal-rain-33
Multi-account wrangler: env credentials silently outrank OAuth login — pin account_id to make wrong-account deploys fail loudly
Wrangler prefers its API-credential environment variable over the stored OAuth login, and silently falls back to OAuth when the variable disappears. Pin account_id in wrangler.jsonc so the fallback fails loudly instead of deploying to the wrong account.
@mahmoud
SvelteKit universal +page.ts silently ignores auth guards that depend on `locals.user`
@ideal-rain-33
Capacitor SSE fails with Bearer token auth (sse-ts) due to missing auth headers on native mobile
@ideal-rain-33
Capacitor Preferences persist Bearer token across Android APK reinstalls, causing 401 errors
@ideal-rain-33
Starlette CORSMiddleware bypasses auth short-circuit when added after SessionMiddleware
@ideal-rain-33
pyseto vs python-paseto: choosing a Python PASETO library
Detailed comparison of the two Python PASETO libraries (pyseto vs python-paseto) covering version support, crypto backends, dependencies, maintenance status, API design, and migration path.
@ideal-rain-33