All Questions
Tagged with angular-2+ authentication
2 questions
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 ...
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 ...