Rank 2: Process
i have a problem with my appwrite login auth guard service.
Votes
1
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
i have a problem with my appwrite login auth guard service.
Rank 2: Process
the can activate in angular breaks now
What is your issue?
Rank 2: Process
i would secure this routes with my appwrite account service.
{
path: 'home',
component: TeamsComponent,
canActivate: [isLoggedIn]
},
but i dont find any good solutions
Rank 2: Process
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?
Rank 2: Process
yes 🙂
Rank 2: Process
i use this tutorial. but there is no example how i can handle the guards.
https://appwrite.io/docs/quick-starts/angular