Final-Year-001 / Blockly-FE

Web Block Craft: An application to teach web programming to children using Google Blockly framework
https://blockly-frontend.vercel.app/home
0 stars 1 forks source link

Authorization issues #232

Closed madda01 closed 4 months ago

madda01 commented 4 months ago
  1. When we visit the documentation page without login to our account we should not see the logout option. Instead it should be login
  2. When we visit the projects page without login to our account it should redirect you to the login page: it redirects but first takes us to the project page then to the login page
SenalWeerasekara commented 4 months ago

This is now fixed. now instead of logout they see login. Buttons are hidden when they are not logged in. In case the user manually type the URL, the application will automatically redirect to login page.