CORRECTIONS: I had trouble sending the request through frontend due to our site not being fully deployed. I could have fixed this by starting the frontend page locally, and then showing the cookie through inspect.
Explain a POJO change - 0.92
PersonRole POJO: A new object made for the roles assigned .. later will be assigned to each person object.
CORRECTIONS: show methods for the roles POJO
Explain Security Configuration Rules that are required for access. Show a request method for authentication. - 0.9
These lines grant access to every role that has been authenticated (with .permitAll())
Docker update process: - 0.85
Use these commands in your repository's directory: (was unable to log in to AWS)
docker-compose down
git pull
docker-compose up -d --build
CORRECTIONS: be able to log into AWS -- IMPORTANT FIX
Show API access code error handling - 0.9
CORRECTIONS: show the error code fully implemented instead of just template code, and showing the 403 page running on frontend
TOP 4 SCORES ADDED TOGETHER:
3.57/4 -- (0.9 + 0.85 + 0.92 + 0.9)
CORRECTIONS: I had trouble sending the request through frontend due to our site not being fully deployed. I could have fixed this by starting the frontend page locally, and then showing the cookie through inspect.
CORRECTIONS: show methods for the roles POJO
CORRECTIONS: be able to log into AWS -- IMPORTANT FIX
CORRECTIONS: show the error code fully implemented instead of just template code, and showing the 403 page running on frontend