I’ve backend application that accesses the auth0 api to get user social information, but the access token expires and needs to be refreshed in a while. I’ve tried to increase token expiration to infinite seconds, but max amount was 30days.
Is there any way to get m2m access token that won’t expire? I dont want to add refresh logic as it will add more code to be maintenanced, I just want simple solution.