Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose CryptoService and RateLimiterRegistry to plugins (#6638)
#### 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? ```release-note 【开发相关】允许在插件使用 CryptoService 和 RateLimiterRegistry ```
- Loading branch information