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
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...