Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

documentation inconsistency #142

@melanger

Description

@melanger

In many tests and examples, including the main example, the configuration option for claims is written as add_claim_by_scope (singular claim), but in the source code, it is add_claims_by_scope (plular claims):

init_args = {"add_claims_by_scope": False, "enable_claims_per_client": False}

def __init__(self, server_get: Callable, add_claims_by_scope: Optional[bool] = True, **kwargs):

I guess the documentation and tests should be fixed to add_claims_by_scope.

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