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

Allow scope to be passed as array #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. feat: Allow scope to be passed as array

    Scopes are currently passed as a scope string, separating scopes by
    spaces.
    Clients can grow to many scopes, resulting in a very long string.
    
    This change allows us to specify scopes using the property scopeArray.
    That way, we can separate scopes by newlines.
    Additionally, this allows us to comment a single scope temporarily or
    add a comment for a specific scope, e.g. as a reason why that client has
    this scope granted.
    SiebelsTim committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e3a4054 View commit details
    Browse the repository at this point in the history