ValenReynolds / Valen-Tri-3-Work

Tri-3 Project Work
0 stars 0 forks source link

Week #4 Review Ticket #2

Open ValenReynolds opened 2 years ago

ValenReynolds commented 2 years ago

Runtime of Code(with comments) on Replit/Intellij Accounts and Logins Challenges/Hacks ( 3 Points - Pair/Trio) Start or add to existing project: init.py, main.py, requirements.txt and cruddy blueprint directory are things you will need to add to your existing project. Additionally, you should start with some of the content in templates and static folders. Find a pair and work on this together. Ask questions. Analysis: the csp.nighthawkcodingsociety.com implementation is for educational purposes. It has some obvious flaws in its security. Discuss some of the flaws that you see in its security as implemented.

7unlim commented 2 years ago

Grade: 4.75/5 Minus points because Documentation on GitHub Pages was confusing for the Create Task

Runtime of Code(with comments) on Replit/Intellij Accounts and Logins Challenges/Hacks ( 3 Points - Pair/Trio) Start or add to existing project: init.py, main.py, requirements.txt and cruddy blueprint directory are things you will need to add to your existing project. Additionally, you should start with some of the content in templates and static folders. Find a pair and work on this together. Ask questions. Analysis: the csp.nighthawkcodingsociety.com implementation is for educational purposes. It has some obvious flaws in its security. Discuss some of the flaws that you see in its security as implemented.

Extra Credit: A quality design would have login and logout on Navbar with user information. Be sure to have login protecting something on your site, however, do NOT make entire site under login_required.