Hello everyone,
I am creating an application with Weweb and Xano. Authentication is done with Google via Xano.
-> I would like my users to stay logged in for several days, without having to click to re-select their Google account, even if they close their browser.
Should I setup Auth with token within cookies ? Or there is an easier way ?
If sending token through cookies, I am afraid to lose some great functionalities from Xano like "Authentication required" option or even being able to parse the user id directly from the token...
Thanks for your help !