Appearance
Store auth token (Xano auth) ​
Use this action when you already have a Xano auth token and you want WeWeb to treat the user as signed in.
When you’d use it ​
- You handled login outside of the built-in Xano Auth actions
- You received a token from another flow and want to store it before fetching the user
Add the action ​
- In an
Interfaceworkflow, click+ Add action. - Select
Integrations/Plugins→Xano auth→Store auth token.
Configure the action ​
- Auth token: The token value returned by Xano.
After storing the token, you can run Fetch user to load the user profile.

