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
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...