🔴 Role-based access control in Angular & Node

preview_player
Показать описание

Source code 👇

00:00 Role-based access control in Angular & Node
03:40 The plan
08:55 Authentication vs. Authentication
10:22 The case of role-based application
13:50 Domain modeling for multi-user account system
17:22 Managing permissions
22:02 Designing a secure REST API for roles
23:47 UserAuth object
25:50 Protecting the UI routes
31:31 HttpInterceptor
32:53 Middlewares
37:42 Conditional components visibility
42:00 Failed logins throttling
48:50 DEMO
57:40 Academy presentation
Рекомендации по теме
Комментарии
Автор

"Conditional Components Visibility" How is that in terms of performance? Instead of doing ngIf in constructor once, we do checks for each html tag. If I have 100 buttons, I iterate the forRoles() method many times. Thank you for your courses!

Matzul
Автор

Hi Bartosz, do you have this Role Based access control in Github?

LuisCamberosVids