Session Management in Android and iOS SDKs #777
shahbaz17
announced in
Announcements
Replies: 2 comments 1 reply
-
Very cool! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi. Can we store the existing ed25519 private key with this SDK? We have users who have their own private key and we want to provide the ability to store the private key in the web3auth storage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Web3Auth Mobile Devs 👋,
With our latest Android SDK (v3.1.0) and Swift/iOS SDK (v5.0.0), we're introducing, ✨✨Session Management✨✨
The Session Management feature allows you to check the existing sessions with Web3Auth. The
web3Auth.sessionResponse()
in Android andweb3Auth?.state
will return the existing session of a user. To set the users’ session, passsessionTime
in the LoginParams, which will allow users to remain authenticated with Web3Auth for up to 1-day default, or a maximum of 7 days, or until they logout or session data is cleared.Check out the documentation to try in your application.
Android: https://web3auth.io/docs/sdk/android
iOS: https://web3auth.io/docs/sdk/ios
Beta Was this translation helpful? Give feedback.
All reactions