Files
comp2537-assignment2/selfgrade.txt
T
2025-05-05 10:17:17 -07:00

22 lines
1.0 KiB
Plaintext

Self-graded Assignment 1 Checklist
Criteria
========
Student Name: Braeden Sowinski
Student Set: 1D
[x] A home page links to signup and login, if not logged in; and links to members and signout, if logged in.
[x] A members page that displays 1 of 3 random images stored on the server.
[x] The members page will redirect to the home page if no valid session is found.
[x] The signout buttons end the session.
[x] All secrets, encryption keys, database passwords are stored in a .env file.
[x] The .env file is NOT in your git repo.
[x] Password is BCrypted in the MongoDB database.
[x] Your site is hosted in a hosting service like Qoddi.
[x] A 404 page that "catches" all invalid page hits and that sets the status code to 404.
[x] Session information is stored in an encrypted MongoDB session database. Sessions expire after 1 hour.
50/50 (Total grade out of 50, 5 marks each x 10 items)
*Note items are considered *fully* complete (marked with an x inside the box: [x]), OR incomplete (box is left empty: [ ])