Skip to content

Checking Access Based Upon Role Instead of User #274

@nattri07

Description

@nattri07

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions