Role-based access control in Angular & Node

bartosz_io

Bartosz Pietrucha

Posted on October 21, 2020

Role-based access control in Angular & Node

Role-based access control in Angular & Node

Design, implement and secure a full-stack role-based access control system in 60 minutes šŸ‘‰ Register for free

What you'll learn:

The case of role-based application
Learn the essential design decisions and domain modeling for multi-user account system from the full-stack perspective

Managing permissions
We'll discuss different vectors of authorization for the described class of systems and provide a starting point for further design decisions

Designing a secure REST API
Learn proved recipes for designing REST API for user login, signup, and application's restricted areas that require proper authorization

UserAuth object
Discover a convenient mechanism to transport user's information and roles

Conditional components visibility
How do we adapt a Single Page Application for a given role of a currently logged user? Learn about useful techniques and tricks.

BONUS: Failed logins throttling
How to secure an application from brute force or dictionary attacks? Let's design and implement a login throttler!

āš” Register for free āš”

šŸ’– šŸ’Ŗ šŸ™… šŸš©
bartosz_io
Bartosz Pietrucha

Posted on October 21, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related