Xano auth: other table than user

Hi, you can build the auth yourself by using =>

  1. Xano Request action (or Rest API action) to get an auth token
  2. Xano Store Auth Token action to store yourself the token

You can fill the login/signup endpoint just to complete the setup without using it. But yeah, you still need to have a /me endpoint in your xano so we are able to get your user (for a given auth token) on app load and when we check if a visitor has access to the page.