Skip to content

0.6.0-alpha-1

Pre-release
Pre-release

Choose a tag to compare

@jan-tennert jan-tennert released this 25 Oct 14:30
· 2893 commits to master since this release
7b38cb8
  • Update to Kotlin 1.7.20
  • Add captchaToken function parameter to authentication methods
  • Remove GoTrue#currentSession
  • Remove GoTrue#status
  • Add new GoTrue#sessionStatus
    Which can hold 4 different statuses:
    SessionStatus.NotAuthenticated
    SessionStatus.LoadingFromStorage
    SessionStatus.NetworkError
    SessionStatus.Authenticated(session)
  • Rename GoTrue#currentAccessToken() to GoTrue#currentAccessTokenOrNull()
  • Add GoTrue#currentSessionOrNull()