Supabase access token time limit
So once you login supabase gives you an access token which is usually valid for 1hour (see pic ) . after one hour I am automatically logged out of the account . what is the process to automatically refresh the access token using the refresht token ? AI tells me this should happen automatically but is not happening in my case ? Thanks