
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
- Auth Error
`const user = await createSessionClient(session).account.get(); ` node-appwrite package can work but react-native-appwrite package cannot work. The only diffe...
- Is this 24h overview?
When checking cloud.appwrite.io/console/project/overview/platforms There is Database, Storage, Auth and Function overview (Image is pinned). Is this 24h usage ...
- Auth Error
`const user = await createSessionClient(session).account.get(); ` node-appwrite package can work but react-native-appwrite package cannot work. The only diffe...
