
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
- Adding custom domain to Appwrite project
My app is hosted on Vercel on domain todo.velleb.com. On PC, the OAuth logins like GitHub, Discord and Google work and create the account and log in. On mobile ...
- #support
<#1072905050399191082> any help on that?
- Early Validation of Password Reset Token...
Hey there, I'm dealing with an issue with password reset flow and wondering how you handle this. Right now, when someone clicks an expired/already-used reset ...
