
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
- Support for postgreSQL and mongoDb
By when can we expect Appwrite to have support for PostgreSQL and MongoDB, and I hope that along with that, storing and querying of nested objects will also be ...
- appwrite platform error
I am unable to add web platform in appwrite.It always shows in progress because of which I am getting 401 error although my whole project is running fine
- Issue with github oauth in firefox brows...
Hello Guys i have setup appwrite auth (Email Password, Google and Github). All auth methods works fine on the chrome based browsers but it has a strange issue w...
