Skip to content

v0.20.3

Compare
Choose a tag to compare
@shwethaumashanker shwethaumashanker released this 27 Nov 19:19
· 137 commits to main since this release
fafdde5

Generate JSON output for SSO token expiry

Run granted sso-tokens expiry --json to print the SSO token expiry in JSON. Additionally, you can use jq to filter and display only the expired tokens in JSON format: granted sso-tokens expiry --json | jq -r '[.[] | select(.is_expired == true)]'

What's Changed

New Contributors

Full Changelog: v0.20.2...v0.20.3