Set Xano as your authentication system in WeWeb, then use the Authenticate action inside a workflow to call your Xano authentication endpoint. Configure the endpoint, HTTP method, and request body based on your Xano setup.
2. What UI components does it provide?
Ready-made Login, Signup, and Reset Password form blocks with built-in validation, loading states, and Xano endpoint calls.
3. Does it handle token storage automatically?
Yes, Login/Sign up actions store bearer tokens, Fetch user calls /auth/me, tokens auto-forward to Xano data source calls.
4. Can I use social logins like Google?
Yes, Login provider workflow action handles OAuth redirects, consent screens, and token exchange with Xano.
5. How does page protection work with Xano roles?
Map Xano /auth/me roles to WeWeb user groups, then set pages private or use conditional visibility on components.
6. What happens on logout?
Sign out action clears tokens/sessions, resets user context, and redirects to your login page.
7. Do I need the Xano data source installed too?
Yes, install both Xano Auth (for login) and Xano data source (for authenticated CRUD calls post-login).