Changes
Core
- Add demo for integrating multi-factor authentication in a compose app.
GoTrue
- Add support for paging when retrieving user in
AdminApi - Add missing
LinkType.EmailChangeNew - Deprecate
GoTrue#invalidateAllRefreshTokens(). Uselogoutinstead. - Fix
GoTrue#retrieveUserForCurrentSessionnot saving the session correctly. - Change
MfaApi#isMfaEnabledto only return true when a verified factor is available. - Deprecate
GoTrue#updateCurrentUser(). UseretrieveUserForCurrentSession(updateSession = true)instead.
Realtime
- Remove
Realtime.Config#customRealtimeURL. UsecustomUrlinstead.