ashishkarki / DijitallNotarer

DijitallNotarer is a digital notarization platform using NestJS (backend), Next.js (frontend), and GraphQL APIs. It integrates LocalStack for AWS services, features a monorepo with Yarn workspaces, and includes CI/CD with GitHub Actions. Ideal for showcasing serverless and modern web tech stacks.
MIT License
0 stars 0 forks source link

Backend: Password Hashing, Input Validation, Error Handling etc #14

Closed ashishkarki closed 1 week ago

ashishkarki commented 1 week ago

Now that the core functionality (user registration and OTP verification) is up and running, the next logical steps would focus on security, validation, and refining the user experience.

Here’s a high-level overview of the next steps you might want to consider:

1. Password Hashing

2. Input Validation

3. Error Handling & Response Improvements


Summary of Next Steps:

  1. Password Hashing – Ensure passwords are securely stored.
  2. Input Validation – Validate all input fields for security and correctness.
  3. Error Handling – Improve error handling for better user experience.
ashishkarki commented 1 week ago

we did the password hashing, input validation and some more error validation -- will focus on testing this using client/next.js setup now