From 5fe4f11fbf8caa209e7c9ad7f95cac93c7b9d066 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sat, 8 May 2021 13:43:41 +0800 Subject: [PATCH] :memo: Writing docs. --- CHANGELOGS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index ce39bf8..057e44a 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -17,8 +17,12 @@ - [jap-ids] Add two scopes: `profile` and `address`. - [jap-ids] Remove `IdsScopeProvider#initScopes(List)`. - [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 -- GitLab