chayesss / knowledge-quest

0 stars 0 forks source link

Implement auth guard for pages #16

Open chayesss opened 12 hours ago

chayesss commented 12 hours ago

use the angular auth guard to ensure that the user cannot access certain pages when they are or are not logged in.

the dashboard should not be reached unless a user is logged in

the login page should not be reached if a user is logged in

etc etc