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: User Auth etc #15

Open ashishkarki opened 1 week ago

ashishkarki commented 1 week ago

1. User Authentication (Login)

2. Token-Based Email Verification (Optional)

3. Password Reset Flow

4. Rate Limiting and Security Enhancements


Summary of Next Steps:

  1. User Authentication – Implement a login feature using JWT or session-based authentication.
  2. Password Reset Flow – Allow users to reset their passwords.
  3. Security Enhancements – Add rate limiting and other security measures like CAPTCHA