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
- 500 Internal Error when Project is opene...
After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl...
- CORS error only on tables db api After u...
I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g...
- [SOLVED] Access ExecutionStatus of a fun...
I am calling a cloud function from the newest Flutter SDK 20.2.1with the `xasync: false` flag and get the result, but the `execution.status` is not a String and...