Adding Permissions in your application
When checking for permissions in your application, it is important to do so in the front-end and back-end of your application. In the front-end, you get to control what a user sees on the interface, and in the back-end you can restrict unauthorized data from being loaded to the interface.

When checking for permissions in your application, it is important to do so in the front-end and back-end of your application. In the front-end, you get to control what a user sees on the interface, and in the back-end you can restrict unauthorized data from being loaded to the interface.