Skip to content

1.0.0-alpha-3

Pre-release
Pre-release

Choose a tag to compare

@jan-tennert jan-tennert released this 10 May 19:29
· 1115 commits to development since this release
bef48c3

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(). Use logout instead.
  • Fix GoTrue#retrieveUserForCurrentSession not saving the session correctly.
  • Change MfaApi#isMfaEnabled to only return true when a verified factor is available.
  • Deprecate GoTrue#updateCurrentUser(). Use retrieveUserForCurrentSession(updateSession = true) instead.

Realtime

  • Remove Realtime.Config#customRealtimeURL. Use customUrl instead.