Skip to content

Add support for authorization #11

@omerlh

Description

@omerlh

Currently, AirBag supports only authentication. Let's add support for authorization!
What we can do?
Define a mapping between claims to paths. For example:

[
{
   "path": "/api/v1/secure"
   "claims":
   {
       "key": "scope",
       "value": ["super-secure"]
}
]

Another issues is how you tests your service configuration.
What do you think?

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