How do I prevent users from accessing a page by typing the URL. I'm using stripe and the url it redirects to is /paymentsuccess. How do I prevent all user from accessing this page?
I have another route that redirects after the success page, so I can't even add a middleware to skip the page.