When I cancel a subscription in Stripe, the cancellation is not immediate. The user is allowed to log in to the app until their current subscription period ends. However, after cancellation, Stripe does not provide real-time status updates. How can I determine whether the user’s subscription is still valid and has not crossed the expiration date, so they can continue to log in to the app?