79337800

Date: 2025-01-08 01:59:17
Score: 1
Natty:
Report link

.requestMatchers("/api/v1/students/set-password.html", "/set-password").permitAll()

It looks like you're incorrectly specifying the path to the restapi and html.Try changing it to

.requestMatchers("/api/v1/students/set-password", "/set-password.html").permitAll() 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 影缝余弦