abaiao-r / ft_transcendence

Website with a real-time multiplayer Pong contest with Python (Django) backend, JavaScript (Bootstrap Toolkit) frontend, and various modules for enhanced features like tournaments, blockchain integration, AI opponents, and more.
7 stars 2 forks source link

Field Validation #66

Closed IcQuackson closed 5 months ago

IcQuackson commented 5 months ago

Problem: ALL input fields must be checked for length

Proposed Solution: Add field validation in the frontend and backend.

I request @abaiao-r to help @MateusPMG in this task since he has done part of this validation in the frontend.