File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.45.0 (2024-11-25)
4
+
5
+ ### Features
6
+
7
+ - Adding visionOS support to the WebAuthn APIs (#171)
8
+ - **auth**: adding an initial passwordless integration test with resources defined (#163)
9
+ - **auth**: adding passwordless sign in preferred flows (#162)
10
+ - **auth**: add support for passwordless sign up and auto sign in (#160)
11
+ - **WebAuthn**: Adding support for retrying a confirmSignIn with WebAuthn request, if the first one fails (#158)
12
+ - **Auth**: Adding WebAuthn support to signIn and confirmSignIn APIs (#155)
13
+ - **auth**: add passwordless sign with otp (#151)
14
+ - **Auth**: Adding WebAuthn APIs (#153)
15
+ - **auth**: adding support for email mfa (#3892)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **auth**: fix resolvers and tasks for auto sign in when state machine is in signing in state (#172)
20
+ - Fixing service errors being reported as .unknown when sign in fails (#170)
21
+ - Fixing build errors in watchOS/tvOS due to missing prechecks.
22
+ - Fixing build issue when iOS 18/macOS 15 are not installed
23
+
3
24
## 2.44.0 (2024-10-31)
4
25
5
26
### Features
You can’t perform that action at this time.
0 commit comments