Appearance
Fetch user (Xano auth) ​
Use this action to retrieve the current signed-in user using the me endpoint you configured in the Xano Auth plugin.
Add the action ​
- In an
Interfaceworkflow, click+ Add action. - Select
Integrations/Plugins→Xano auth→Fetch user.
Configure the action ​
- Headers: Optional headers to send to Xano.
- Include credentials (cookies): Enables sending cookies (only if your Xano CORS settings allow it).
Common pitfalls ​
The user is not signed in ​
If there is no stored token yet, the me endpoint will usually fail. Make sure you ran Login, Sign up, or Store auth token first.
CONTINUE LEARNING
Learn how to store a token manually if you already have one.

