Skip to content

2.4.2

Compare
Choose a tag to compare
@jan-tennert jan-tennert released this 19 May 21:08
· 540 commits to master since this release
6c54a2e

Changes

Auth

  • Remove OtpType deprecation notice and clarify documentation by @jan-tennert in #595
    The SIGNUP and MAGIC_LINK OtpTypes are no longer deprecated as they are used for resending OTPs.
  • Store session before emitting Authenticated state by @iruizmar in #600
    This fixes a bug where it's possible to cancel any sign-in method and the sessionStatus gets set to Authenticated without the session actually saving to storage due to the cancellation.