I have a second authentication endpoint on Xano, where I allow login using a PIN code.
I managed to get an auth token from Xano, using the “Request” action, but I don’t know how I can use the token to authenticate the user on WeWeb.
I also use the traditional login/password method on another screen, and that one works just fine. (the Xano user is updated automatically, using the “Login” action)
Is there a way to tell WeWeb to authenticate the current user by providing the auth token directly?