Getting updated user data from NextJS App Router Middleware.
How can i get updated user data from middleware. i tried refreshing the token before getting user data with . My issue is that i tried deleting the user from the kinde ui and refreshed my nextjs app to see if i would get redirected to "/" because there is no user, but the user was still autheticated.