Educado-App / educado-frontend

The repository for the educado content creation web platform.
https://app.educado.com
GNU General Public License v3.0
0 stars 4 forks source link

Token not validated in different parts of frontend #29

Open JackSMunn opened 11 months ago

JackSMunn commented 11 months ago

Issue Description

Right now, token validation is not implemented in frontend, eg. section, exercises, lectures etc.

Steps to Reproduce

  1. CTRL-F "token" on in frontend,
  2. observe implementation.

Expected Behavior

Should validate the user trying to access resources in DB

Actual Behavior

Does not validate user, and non-validated users can access DB.

Additional Information

frontend branch: VT-Dev-Lecture-Exercise #28