I have written a code for ssr login with oauth2 by google and github. Everything is fine, but after few hours the session is terminated automatically
You can set session length in the console Auth settings. Do you have set that to something superior to some hours?
No I didn't touch it The default is set to 365 days
There isn't any cookie for my website in the browser Why have it removed 🤔
Are you using the appwrite SDK?
Yes, But with solidstart
When the user logs in, the cookie is set correctly and exists in the browser, but it is removed automatically later. I have tested it on different phones using multiple browsers based on chromium like brave and kiwi
Once the cookie is set can you pls check the expiration time?
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...