Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Set user (Xano auth) ​

Use this action to save the current user object after you fetch it from Xano.

Add the action ​

  1. In an Interface workflow, click + Add action.
  2. Select Xano → Set user.

Configure the action ​

  • User: The user object you want WeWeb to use as the current signed-in user.

Most teams run this after a Xano request to a current-user endpoint such as /auth/me.

Common pitfalls ​

The session exists, but the user is empty ​

Authenticate stores the session, but it does not set the user profile for you. Fetch the user from Xano, then pass that result into Set user.

CONTINUE LEARNING

Next, clear the Xano session when the user signs out.

Clear session (Xano auth) →