Th35py27 / CSP

MIT License
0 stars 0 forks source link

CSP Spot Check Review #2 #3

Open Th35py27 opened 8 months ago

Th35py27 commented 8 months ago

jupyter notebook or web page that shows signup and login, focus on login

Show HTML and JavaScript to support Login/Signup in VSCode …

image Fetches the URL and options in order to authenticate with the token, if token does not exist, then it will redirect to 403 page

In Browser/Jupyter demo …

image

image

jupyter notebook or web page that shows redirect or 403 error as result of signup and login page, focus on redirect to data/table display or failure

image

image

image Redirects to /display page which displays the users on success

image

image

In Browser/Jupyter demo …

image

image

image

Admin user

image Only people with the user role are able to see their own user, if they have an admin role, they can see everybody's user.

jupyter notebook that shows CRUD operation on page that requires authentication, or this can include signup without authentication

image

image Fetches based on methods provided on main.py

image

In Browser/Jupyter demo …

image Before image After

image changing from password to password1 image There is one more character (when counting it) so password1 changes the user

image Before the deletion

image After the deletion