Skip to content

providing list structure as part of JWT attributes #4

@typekpb

Description

@typekpb

Proposal

I'd like to use the following template:

{{{jwt
        foo=["bar1", "bar2"]
}}}

that should result in the token having:

{
...
 "foo": ["bar1", "bar2"]
...
}

Or is there a way to achieve it with the current implementation?

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions