File tree Expand file tree Collapse file tree 2 files changed +718
-1
lines changed Expand file tree Collapse file tree 2 files changed +718
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
7
7
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
+
26
+ ## [ 3.1.0] - 2024-10-18
27
+
28
+ ### Changes
29
+
30
+ - Added an optional ` shouldTryLinkingWithSessionUser ` to sign in/up related APIs:
31
+ - ` EmailPassword.signInPOST ` : ` POST /{apiBasePath}/<tenantId>/signin `
32
+ - ` EmailPassword.signUpPOST ` : ` POST /{apiBasePath}/<tenantId>/signup `
33
+ - ` ThirdParty.signInUpPOST ` : ` POST /{apiBasePath}/<tenantId>/signinup `
34
+ - ` Passwordless.createCodePOST ` : ` POST /{apiBasePath}/<tenantId>/signinup/code `
35
+ - ` Passwordless.consumeCodePOST ` : ` POST /{apiBasePath}/<tenantId>/signinup/code/consume `
36
+ - ` Passwordless.resendCodePOST ` : ` POST /{apiBasePath}/<tenantId>/signinup/code/resend `
37
+
8
38
## [ 3.0.0] - 2024-05-24
9
39
10
40
### Changes
You can’t perform that action at this time.
0 commit comments