提交 5fe4f11f 编写于 作者: 智布道's avatar 智布道 👁

📝 Writing docs.

上级 e047d66d
......@@ -17,8 +17,12 @@
- [jap-ids] Add two scopes: `profile` and `address`.
- [jap-ids] Remove `IdsScopeProvider#initScopes(List<IdsScope>)`.
- [jap-ids] When `response_type=id_token`, the resulting Claims are returned in the ID Token.
- [jap-ids] Optimize the process of `UserInfoEndpoint#getCurrentUserInfo(HttpServletRequest)`, Response UserInfo Claims using Scope Values
- [jap-ids] Add the `uid` parameter to the `OauthUtil#createAuthorizeUrl(String, IdsRequestParam)`
- [jap-ids] Optimize the process of `UserInfoEndpoint#getCurrentUserInfo(HttpServletRequest)`, Response UserInfo Claims using Scope Values.
- [jap-ids] Add the `uid` parameter to the `OauthUtil#createAuthorizeUrl(String, IdsRequestParam)`.
- [jap-ids] Add the `IdsUserStoreService` interface to support custom operations on user data after login.
- [jap-ids] Add the `IdsPipeline` interface, developers can customize the process, currently only supports the process of customizing `IdsxxFilter` and `LoginEndpoint`.
- [jap-ids] Add `SPI` plugin mechanism
- [jap] `javax.servlet-api` -> `jakarta.servlet-api`
### PR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册