Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
2 answers
400 views

Angular Frontend login logic

This is a follow-up to this question Node.js backend login logic. I wrote the following login Angular frontend logic for my Node.js Backend (see the previous question above). Is it any good in terms ...
Munchkin's user avatar
  • 195
4 votes
2 answers
634 views

Angular Guards - Firebase loggedInAndVerified

I have an app that I want to limit to both logged in and verified users. I was able to make two separate guards (logged-in.guard.ts and ...
Jeff's user avatar
  • 459