I am currently trying to update a user's information with the use of the Heroku scheduler add-on. My function is configured to run every 24 hours and check which users 14-day free trial has ended, then automatically remove upgrade their account to a paid version. My function runs as it should and updates a user's information but only updates the user's information after the user logs in to my app again.
So my question is how would I go about creating a background process to update a users information without requiring them to log in to my Heroku app for their fields to be updated?
Any help is appreciated, thank you!