
I made sure I used RegExp in dart for password, what if user injects malicious code and include character?
What should be done to prevent this?

Hi - is this Appwrite related?

You need to validate form, before submitting and sending request to appwrite.
And not, this is not related to appwrite.馃槄

Wanted knowing if appwrite handles that by default
Before knowing wether to do so manually or move on
@dr.pand#3302 @joeyouss

@dammy
Appwrite is a BaaS. It handles all the backend functionality for your app, but I don't think password validation has ever been a feature in a BaaS. This is is because of the different requirements for different apps. If you want to have password validation, you can do it on the client side with regex as you said. If you still want to have an extra layer of security, you can create an appwrite cloud function to do the validation before sending it to the appropriate endpoint.

@safwan okay I appreciate you always

solved - password special character feature

one day I'll be attending to people's questions and assisting them find answers just like you @safwan

[SOLVED] password special character feature
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I鈥檓 running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: {聽聽"name":聽"upload-whitelist",聽聽"type"...
- Sites 30MB limit from GitHub
I鈥檓 deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it鈥檚 in a subdirectory with the root being an html landin...
