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
feat(auth): apply ownership check middleware to item routes
- Creates a new `_middleware.dart` file for the `/[id]` path.
- Applies the `ownershipCheckMiddleware` to all item-specific
requests (GET, PUT, DELETE).
- This ensures ownership is verified after authentication and
authorization checks have passed but before the route handler
is executed.
0 commit comments