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.

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 ​

  1. In an Interface workflow, click + Add action.
  2. 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.

Store auth token (Xano auth) →