Akita: Managing acess rights using Akita

Created on 3 Aug 2018  路  6Comments  路  Source: datorama/akita

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

How about a blog post (or a recipe in the documentation, or just a couple of tips) which describes managing access rights, roles, and user groups using Akita? Would be great to see something like that.Thx :)

help wanted

Most helpful comment

Hey, just wanted to say that I didn't forget you. I have an article about this topic, will publish it soon.

All 6 comments

Will do. Thanks for the suggestion.

Hey, just wanted to say that I didn't forget you. I have an article about this topic, will publish it soon.

Here is an article about the topic. If you have any further questions, let me know.

https://blog.ng-book.com/managing-user-permissions-in-angular-using-akita/

You are awesome! Thanks so much, the article is very useful! :)

I am wondering if you figured out any good solution for your problem? I want to have a dynamic Model the same as you.

Here is an article about the topic. If you have any further questions, let me know.

https://blog.ng-book.com/managing-user-permissions-in-angular-using-akita/

Hi, I would like to ask you.

 <button *hasPermission="['write', 'admin']">Delete</button>
  </li>
</ul>

You have this part of code. But you didn't showed how you handling this issue when you admin+[array of roles] or you have an inherited roles like each role has base functionality which is inherited from the parent or grandparent object.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adraax picture adraax  路  4Comments

Tobjoern picture Tobjoern  路  3Comments

DanielNetzer picture DanielNetzer  路  5Comments

twittwer picture twittwer  路  7Comments

stephencarr picture stephencarr  路  4Comments