Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 468 Bytes

Infrastructure-Angular-Authorization.md

File metadata and controls

4 lines (2 loc) · 468 Bytes

Authorization

You can inject and use PermissionCheckerService to check user permissions. It's pre injected for AppComponentBase (permission field) and also you can use shortcut isGranted function. Permissions are defined on the backend. See Role Management, User Management or ASP.NET Boilerplate authorization document.