Closed ttruongatl closed 6 years ago
As a developer, I want to make security decorator for each REST API. For instance:
@security-roles('admin') getUserList() { ... }
there is only admin who is able to access the api.
As a developer, I want to make security decorator for each REST API. For instance:
there is only admin who is able to access the api.