Appearance
Login (Xano auth) ​
Use this action to sign a user in using the login endpoint you configured in the Xano Auth plugin.
Overview ​
This action calls your Xano login endpoint, stores the returned token, and then retrieves the current user using your me endpoint.
Configure the plugin first ​
Before using this action, make sure you configured Xano Auth:
Add the action ​
- In an
Interfaceworkflow, click+ Add action. - Select
Integrations/Plugins→Xano auth→Login.
Configure the action ​
The fields you see depend on your Xano endpoint.
Common settings:
- Headers: Optional headers to send to Xano.
- Include credentials (cookies): Enables sending cookies (only if your Xano CORS settings allow it).
- Parameters: Any URL parameters required by your endpoint.
- Body fields: The inputs your endpoint expects (for example email and password).
Common pitfalls ​
Cookies don’t work ​
If you enable Include credentials (cookies), your Xano API Group must allow credentials and must not use a wildcard origin.

