#Angular Auth Guard Service
7 messages · Page 1 of 1 (latest)
the can activate in angular breaks now
What is your issue?
i would secure this routes with my appwrite account service.
{
path: 'home',
component: TeamsComponent,
canActivate: [isLoggedIn]
},
but i dont find any good solutions
but the main question is how i secure my rorutes with appwrite
You mean not allowing accessing a specific route, for example, if the user is not authenticated or not authorised?