Skip to content

Releases: ReachFive/identity-web-core-sdk

v1.34.1

07 Jan 09:12
7a8dd34
Compare
Choose a tag to compare
  • verifyPasswordless should not make redirection with useWebMessage by using POST method endpoint.

v1.34.0

07 Nov 17:55
cdb1e4c
Compare
Choose a tag to compare
  • Add support for passkey additional information.
  • Allow specifying Google variant to use with One Tap.
  • Use local storage instead of session storage for code verifier.

v1.33.0

16 May 08:46
2dacc94
Compare
Choose a tag to compare
  • Add support for account recovery and passkey reset
  • Make WebAuthn origin configurable

v1.32.2

25 Mar 15:06
017a5d7
Compare
Choose a tag to compare

Add support for discoverable passkey login

v1.32.1

18 Jan 12:14
81b4227
Compare
Choose a tag to compare
  • Fix never resolved promise in verifyPasswordless with useWebMessage
  • Address custom field support

v1.32.0

05 Jan 10:45
9aa7a10
Compare
Choose a tag to compare
  • Add locale variable

v1.31.0

21 Dec 09:15
e4da393
Compare
Choose a tag to compare

Changes

  • Modify verifyPasswordless signature (adding AuthOptions)

v1.30.1

09 Nov 16:14
983d0e7
Compare
Choose a tag to compare

Fixes

  • Make profile properties optionals in updateProfile's data param type

v1.30.0

07 Nov 16:14
892d6cf
Compare
Choose a tag to compare

Changes

  • Remove unnecessary access token parameter from verifyMfaPasswordless method

v1.29.1

16 Oct 08:42
804a63c
Compare
Choose a tag to compare
  • Fix issue occurring when checkSession is called less than 20 seconds after another checkSession during no PKCE flow.