actframework / act-aaa-plugin

Use OSGL aaa library to mange Authentication/Authorization/Accounting for ActFramework Application
Apache License 2.0
6 stars 2 forks source link

It waived authentication for a controller method when before handler has no requirement on authentication #4

Closed greenlaw110 closed 7 years ago

greenlaw110 commented 7 years ago

The correct logic should be check all before handler and the controller method, if anyone of them missed @NoAuthentication then it shall authenticate