File tree Expand file tree Collapse file tree 2 files changed +675
-1
lines changed Expand file tree Collapse file tree 2 files changed +675
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
77
8+ ## [ 4.0.0] - 2024-10-18
9+
10+ ### Changes
11+
12+ - Updated the expected response types for the ` GET /{apiBasePath}/.well-known/openid-configuration `
13+ - Added the ` OAuth2Provider ` recipe. New APIs:
14+ - ` GET /{apiBasePath}/oauth/login `
15+ - ` GET /{apiBasePath}/oauth/auth `
16+ - ` POST /{apiBasePath}/oauth/token `
17+ - ` GET /{apiBasePath}/oauth/userinfo `
18+ - ` POST /{apiBasePath}/oauth/revoke `
19+ - ` POST /{apiBasePath}/oauth/introspect `
20+ - ` POST /{apiBasePath}/oauth/end_session `
21+ - ` GET /{apiBasePath}/oauth/end_session `
22+ - ` GET /{apiBasePath}/oauth/logininfo `
23+ - ` POST /{apiBasePath}/oauth/logout `
24+
25+
826## [ 3.1.0] - 2024-10-18
927
1028### Changes
You can’t perform that action at this time.
0 commit comments