#Angular Auth Guard Service

7 messages · Page 1 of 1 (latest)

restive junco
#

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

restive junco
#

the can activate in angular breaks now

tough spire
restive junco
#

i would secure this routes with my appwrite account service.
{
path: 'home',
component: TeamsComponent,
canActivate: [isLoggedIn]
},

but i dont find any good solutions

restive junco
#

but the main question is how i secure my rorutes with appwrite

astral swift