You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move @clear_cache below @handle_permission to avoid cache invalidation on 403
Decorator order is now: @api_view → @handle_http_request → @handle_permission → @clear_cache
Cache is only cleared when the request passes permission checks.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments