2.2.0-alpha-2
Pre-release
Pre-release
·
240 commits
to development
since this release
Changes
Auth
- Changes to
SessionStatus:- The
Authenticatednow has asourceproperty which can beStorage,SignIn,SignUp,Refresh,External,UserChanged,UserIdentitiesChangedorUnknown - The
NotAuthenticatedstatus is now a data class rather than an object and has aisSignOutproperty
- The
Compose Auth
- (Android) The Credential Manager will now always be used for all Android versions
- By default, when signing out using
Auth#signOutorAuth#clearSessionthe Google credential will now also be cleared. - You now pass in the
nonceandextraDatawhen callingstartFlowrather than in the plugin settings. - If no
nonceparameter is specified (or not set to null manually), the library will now take care of generating a nonce and using it for authentication. NativeSignInState#startedhas been changed toNativeSignInState#statuswhich can beStartedorNotStarted- The apple native sign in method no longer has any arguments, as they are not needed. Note: I don't think that fixes the Apple Native Sign in problem.