In testing my new app using Spark, I have test account that was on a free trial (no credit card upfront) and even though the trial has now ended the account still has full Auth access to the site.
Am I expected to handle the expiry and send them to the subscription page?
I uncommented $this->middleware('subscribed'); from my controller and while yes it redirects users no longer on trial to subscription page, but it also redirects a new user that's still on trial. Any insight on this?
UPDATE: I'm using teams so I should have been using $this->middleware('teamSubscribed');