File size: 404 Bytes
b833588 | 1 | Write java code to Create an API endpoint for password strength validation using Spring Boot. accepts POST /api/validate-password with password; checks length, complexity, common passwords; returns strength score. Structure the project as: src/main/java/controllers/, services/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready. |