-
Notifications
You must be signed in to change notification settings - Fork 544
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
Introduce password expiry time claim #6170
Introduce password expiry time claim #6170
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6170 +/- ##
============================================
+ Coverage 44.84% 44.91% +0.07%
+ Complexity 13842 13619 -223
============================================
Files 1604 1604
Lines 102619 99897 -2722
Branches 17306 16852 -454
============================================
- Hits 46016 44873 -1143
+ Misses 49814 48370 -1444
+ Partials 6789 6654 -135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12293971974
Quality Gate passedIssues Measures |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12314611277
Introduce password expiry time claim.
The
passwordExpiryTime
will be introduced as a read-only claim, which will be calculated at runtime and returned only when explicitly requested.Related Issues
Related PRs