Hello I want to know how Appwrite capable to implement SSO.
Let's say I have so much app with different domain per apps. So if I login in one app, if I open the other app it's auto login. Not required to input mail / password.
Anyone have experience with this case?
Appwrite supports various OAuth2 providers so you can try that
If we use mail session?
Appwrite uses cookies for session, so maybe, ya. It depends on if the browser blocks it.
Okay I'll try it
hey i am getting errors in oauth in next JS 12
Please create a new post if an existing post doesn't solve your problem
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...