Skip to content

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

Merged
freol35241 merged 4 commits intomainfrom
feat/issue-25
Aug 30, 2023
Merged

Fixing issue 25: Configurable required and allowed claims in token generator#51
freol35241 merged 4 commits intomainfrom
feat/issue-25

Conversation

@freol35241
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Note: CI tests fail due to #50

This PR closes #25

@freol35241 freol35241 merged commit 062e27d into main Aug 30, 2023
@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