Keep user logged in

Hello everyone,

Is it possible to let users logged in for eg. 3 days ?

I’m using Xano as a back end :slight_smile:

Thank you!

Hello, I don’t think this is a good approach, since the sessions should expire at some point. You could send and store refresh tokens on the front-end in WeWeb and refresh the session in Xano probably.

Hello, thanks for your response.

We’re aiming to replicate the behavior we see when logging into our Stripe dashboard. For instance, even if the user is logged out, Stripe remembers that we logged in three days ago. This allows us to simply click “Sign In,” and the login process completes seamlessly.

I’ll explore your suggested strategy further and let you know how it goes.

Best regards,