Handling Authentication Errors

Required implementation pattern for handling AppTokenValidationError (401) responses when feature tokens expire. Use when: 1. Building any Fusebase Apps feature that makes API calls, 2. Implementing authentication error handling, 3. Creating AuthExpiredModal components, 4. Setting up global error handlers in App.tsx. All features MUST implement this pattern to handle token expiration gracefully.

antongulin f05014c 2.8 KB Updated

File contents

antongulin/fusebase-challenge/tree/main/.claude/skills/handling-authentication-errors commit f05014c01b

Frequently asked questions

npx skillmds@latest add antongulin/handling-authentication-errors