Closed JohnNiang closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.05%. Comparing base (
6cd8dc8
) to head (3527606
). Report is 61 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/ping @halo-dev/sig-halo
/sig docs
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: guqing
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind feature /area core /area plugin /milestone 2.20.x
What this PR does / why we need it:
Currently, we are refactoring login and logout pages to make them extensible. If plugins want to realize a new authentication method, the CryptoService and RateLimiterRegistry may be used to authenticate.
So this PR exposes the two beans to plugins. No side effect will be introduced.
Does this PR introduce a user-facing change?