Xano auth across multiple apps

Is it possible to use the same Xano auth token/session across multiple WeWeb apps?

I have 2 apps and have added the xano auth plugin to both. After authing in app 1, I was hoping to see that a “fetch user” action in app 2 would grab the token and auth the user.

It seems to work that way in the editor but not in published app. Is there a way to get to what I’m looking for?

Thanks!

Solved by passing a token in the URL, then using some js to set the token in app 2, then a fetch user action

1 Like