Changes
Auth
- Remove OtpType deprecation notice and clarify documentation by @jan-tennert in #595
TheSIGNUPandMAGIC_LINKOtpTypes 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 thesessionStatusgets set toAuthenticatedwithout the session actually saving to storage due to the cancellation.