Login icon indicating copy to clipboard operation
Login copied to clipboard

TypeScript + React.js - The login page checks the credentials from the server's database. If the log-in data is fine, it is saved to the user's browser to keep it signed.

Results 2 Login issues
Sort by recently updated
recently updated
newest added

### Vulnerability - In the signup form, lines 23-27 in /models/SignupForm.php ``` ['username', 'filter', 'filter' => 'trim'], ['username', 'required'], ['username', 'unique', 'targetClass' => '\app\models\User', 'message' => Yii::t('app', 'This username has...

### Vulnerability Located in **/src/authCheck.tsx** on lines 32 and 33: ``` const response = await fetch("https://react-getting-started-aa01c-default-rtdb.firebaseio.com/seemsneat.json"); const data = await response.json(); ``` Due to the whole database being downloaded on...