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

Fixing issue 25: Configurable required and allowed claims in token generator #51

Merged
merged 4 commits into from
Aug 30, 2023

Conversation

freol35241
Copy link
Contributor

token generator (issue_jwt.sh) now supports the following env variables:

  • JWT_ALLOWED_CLAIMS
  • JWT_REQUIRED_CLAIMS

Both accepting comma-separate strings.

See added tests for example on usage.

@freol35241
Copy link
Contributor Author

Note: CI tests fail due to #50

This PR closes #25

@freol35241 freol35241 merged commit 062e27d into main Aug 30, 2023
1 of 2 checks passed
@freol35241 freol35241 deleted the feat/issue-25 branch August 30, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add possibility to require certain claims as input when creating JWT tokens
1 participant