Is it normal for an unverified account to be able to create a session ? [Solved]
- 0
- Resolved
- REST API
- Cloud
I am going through the errors that my user could receive while logging into the cloud. I unverified the user in order to capture an error so i could say "please verify your email" But to my surprise a session was successful and created. The account is unverified FOR SURE. Is there something I am not understanding?
Yes it is normal
It's on you and your app logic to do whatever you want regards to verified users
(such setting permissions so that only verified users can create/read documents)
Ok, thank you., fair enough. Its also very surprising that you can get a JWT token when unverified. I would be curious about the reasoning for that, but that may be a lot to ask.
Is it normal for an unverified account to be able to create a session ? [Solved]
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Enabling Overage Usage
Hello Appwrite Support Team, I am currently using Appwrite under the GitHub Student Developer Pack plan. Recently, my project hit the database read limit, and ...
- appwrite-docs MCP fails in Cursor — SSE ...
Hi team, I'm having trouble getting the hosted Appwrite docs MCP working in Cursor on Windows. Environment IDE: Cursor (latest) OS: Windows 11 Node: v24.15.0 ...