
i have a problem with my appwrite login auth guard service.

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?

yes 🙂

i use this tutorial. but there is no example how i can handle the guards. https://appwrite.io/docs/quick-starts/angular
Recommended threads
- getting 401 even with api key with all ...
when i'm usign postman to send a req, it works perfectly but when i use github webhook, it shows auth error The current user is not authorized to perform the r...
- cant add attributes
i have 20 attributes in the table, and when i try to add 1 more, i get error: "The maximum number or size of columns for this table has been reached", is 20 att...
- 500 Server Error
I m getting the above error for a particular table in the databases.
