Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking Access Based Upon Role Instead of User #274

Open
nattri07 opened this issue Jan 26, 2019 · 0 comments
Open

Checking Access Based Upon Role Instead of User #274

nattri07 opened this issue Jan 26, 2019 · 0 comments

Comments

@nattri07
Copy link

Hello,

I want to ask if it is possible to add access based upon the role specified in the request (via JWT) instead of first adding the user with the corresponding role to the ACL backend instance? The reason is twofold:

  1. I won't be necessarily have a user corresponding to a role. (For example if I have to write ACL for a service)
  2. I want to implement a fast session authentication system using in-memory validation. If I force my system to make a corresponding user each time a new one makes a request, it'll lead to memory bloating and the system wouldn't scale.

P.S. Is this project still actively maintained? I haven't seen an update since September 2017. @manast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant