I have a page Which only subscribe users can access, but my challenge is, when a user subscription expires how do I deny access from that user?, so the user can be forced to renew subscription.
I want the application to first check if the use is authenticated and if authenticated it should now check if the users subscription has expired and if the subscription has expired it should tell the user to renew subscription and then prevent the user from submitting any record.