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

providing list structure as part of JWT attributes #4

Open
typekpb opened this issue May 27, 2024 · 0 comments
Open

providing list structure as part of JWT attributes #4

typekpb opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@typekpb
Copy link

typekpb commented May 27, 2024

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

@typekpb typekpb added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant