0.3.0
0.2.0
Added
- Breaking: Added AuthState.AuthenticatedUnverified
suspend fun getAuthState(): AuthState
- awaits ready under the hood, then returns most up to date AuthState
Changed
- Breaking: Privy.siwe.generateMessage no longer takes in a
WalletLoginMetadata
as it was not unused internally.
Deprecated
func awaitReady() async
in favor of the newly addedsuspend fun getAuthState(): AuthState
0.1.0-beta.2
Changed
- BREAKING: LoginWithOauth flow is now entirely managed within the PrivySDK. Simply add the PrivyRedirectActivity to your manifest, configure the scheme, and trigger the Oauth login method. For full details, see the updated OAuth documentation.
0.1.0-beta.1
Added
- Wallet Management:
- Added
createAdditional
parameter tocreateSolanaWallet
to create multiple Solana wallets
- Added
0.0.8
Changed
- User will not get logged out on refresh call if network is not available. An error is thrown instead.
0.0.7