Amit Singh
Amit Singh
One suggestion I would like to add if possible, make "relation" parameter optional, if not passed, return all the possible permissions. Same API pass, resource_type=resource Returns -> [own, manage]
@shubhnik First of all many thanks for such a nice example. It helped me to understand the react-native navigation with redux. I faced one problem, when logging out, it shows...
@shubhnik I used case Logout: nextState = { ...state, stateForLoggedOut: AppNavigator.router.getStateForAction( NavigationActions.reset({ index: 0, actions: [NavigationActions.navigate({ routeName: "login" })] }) ) }; instead of actions: [NavigationActions.init({ routeName: "login" })] and...
It would be very helpful if there is API that allow to query Authorization Model. - Return all definition "types" - Return definition "types" for a given namespace. - Return...