Create a microservice in java that provides the below features :
1) authentication - authenticate a user when he/she logs in.
2) Sign up - Save the user data in the database from the sign up page
3) Forgot password - Validate the user with a security question so that he/she can change the password
Create a microservice in java that provides the below features : 1) authentication - authenticate a user when he/she logs in. 2) Sign up - Save the user data in the database from the sign up page 3) Forgot password - Validate the user with a security question so that he/she can change the password