Hi! I have the Xano auth plugin but I am needing to ask for extra details like phone number, so I am trying to use the “rest API” plugin to sign up people to my sign up end point.
My understanding is that the rest API action creates an auth token (shown above). Then if I use the login Xano Auth action again, it triggers my login end point, so it creates a second auth token? So the first auth token is redundant?
The signin action form adapt itself depending of what the endpoint is requiring, so if you have a phone number it should show up in the action form too, you don’t need to use a REST API action.