|
For security reasons, we strongly recommend to develop with
maximum security:
”Close all doors” at development time and open
them one by one with permissions.
Rather than
"Open all door" at development time and close them
one by one with restrictions
The reason is if you forget to close one door with a restriction,
it may generate a security/confidentiality breach in the system:
All users can go through that door.
Whereas forgetting one permission is less critical: you just
have to add the permission if/when a user request it.
With Visual Guard dynamic permissions, you can add permissions
anytime, even when the application is on production (dynamic
permissions do not require any access or change in the code).
|