0.6.0-alpha-1
Pre-release
Pre-release
·
2893 commits
to master
since this release
- 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()