Hi all,
I’m working on a build where I don’t ask users to login right away. To let them explore the app, and then login later after they’ve user it. (Bravo Studio)
Issue: Some features I have only work for logged in features.
Example: “Did a user complete a task” (backend checks auth.id for if user completed it)
Question:
Is there a way in Xano to say:
“If > user is authenticated > do x”
Currently in Xano if I call Auth.ID from a non-logged in user I get a bug/crash