dc183b1786
This commit use the internal authorize endpoint along wiht ember-can to further restrict user access to certain UI features and navigational elements depending on the users ACL token
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
import BaseAbility from './base';
|
|
|
|
export default class ServiceAbility extends BaseAbility {
|
|
resource = 'service';
|
|
}
|