TripTracer / TripTracer-web

A travelling white-label website with the leverage of Next.js
0 stars 0 forks source link

Security on forms #28

Open haghighi251 opened 6 months ago

haghighi251 commented 6 months ago

We need to have a captcha strategy from Google on registration, Forgot password, and login. We also need to implement these strategies: Multi-Factor Authentication (MFA) Protect Against CSRF Attacks: we need to use anti-CSRF tokens in forms to ensure that the requests made to the server are legitimate and originate from your website.

Please check if we need to implement any other strategy or not.