Hello,
i have integrated login api , and after success AuthGraud not able to handle login check. i need your urgent help. Kindly help me for this.
Hi Pawan,
If you are using AuthGuard from './modules/auth/services/auth.guard';
Please check this AuthGuard file.
demo1/src/app/modules/auth/services/auth.guard.ts
In the canActivate
function. You can do checking for user authentication using your API. Return it as true or false.
Thanks