Hey all,
My Authentication works great in Xano, but I'm wasting too much time trying to get it to work on my front end.
I'm trying to create a Faux login (for the sake of an MVP) that will just query the database, and return the user ID information if it's there, or send back a pre-determined user object if it does not exist.
I have a conditional to return an object (not sure if this is the right approach) but it looks like this, and I don't think this is correct?
And on a side note, is there a better way to create a fake login that will carry over the user ID so i can still have user-specific results?