- 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()toGoTrue#currentAccessTokenOrNull() - Add
GoTrue#currentSessionOrNull()