Is there a need to "fetch user" on every page load?

Hey, I have an app wide workflow where I refetch the auth user. I am using the xano auth plugin. is there a need or will it be auto fetched everytime?

It’s my understanding that if your Xano endpoint(s) you are fetching on the page require user auth, then the plugin auto fetches the auth.me endpoint. You do not need to setup a separate fetch.

1 Like

Hi, the Xano Auth plugin will automatically fetch the user on every App load (not when changing page), if an user is returned it will load the user variable and set is authenticated to true.