79752227

Date: 2025-09-01 06:53:24
Score: 2.5
Natty:
Report link

Use jwt auth http Only is a secure cookie, the MOST secure type of session. Set the token manually is not secure because you can read it by JS. You dont need to manage the token on client, Only set credentials: 'include' in all your requests and set the correct domain in cors.php. if u can, use Always https

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alessandro Micelli