Appearance
Set user (Xano auth)
Use this action to save the current user object after you fetch it from Xano.
Add the action
- In an
Interfaceworkflow, click+ Add action. - 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.

