Skip to content

Commit 95deabb

Browse files
authored
Merge branch '4.1' into feat/webauthn/base
2 parents a3d28f9 + 9d4e7af commit 95deabb

File tree

2 files changed

+718
-1
lines changed

2 files changed

+718
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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+
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+
838
## [3.0.0] - 2024-05-24
939

1040
### Changes

0 commit comments

Comments
 (0)