[EXTENSION] FgActionAuthManager (FAAM)

[size="7"]FgActionAuthManager[/size]

[size="5"]Description[/size]

FgActionAuthManager is an authorization filter that comes with a user manager for easy management of user permissions. Its authorization filter is based on the check of controller’s action. It asks “Can this user access this action?”

Specifically meant for MVC structure, it checks whether a user/group is authorized to access a specific module, controller and/or action.

It provides a simpler way of authorization as it doesn’t have to use any business logic compared to Yii’s user authorization. All you have to do is decide which user can access which action.

If you have ideas and suggestions, feel free to comment. Hopefully, we can make it better.

[size="5"]Notes[/size]

However, right now, I haven’t tested authorization on sub-modules. Only first level modules has been tested.

[size="5"]PrintScreens[/size]

2607

1.png

2608

2.png

2609

3.png

2610

4.png

[size="5"]Download[/size]

2606

faam_1.0.zip

[size="5"]Installation[/size]

Read, the file called "Setup" in the downloaded folder.