https://github.com/web3auth/session-manager-android
https://github.com/web3auth/session-manager-android
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3auth/session-manager-android
- Owner: Web3Auth
- Created: 2023-04-12T08:10:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T09:45:30.000Z (about 1 year ago)
- Last Synced: 2025-03-30T09:23:01.691Z (about 1 year ago)
- Language: Kotlin
- Size: 46.8 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torus Session Manager Android
[](https://jitpack.io/#com.github.web3auth/session-manager-android)
> Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.
Torus Session Manager Android is the SDK that gives you the ability to create, authorize and
validate session with any data in String format.
## Features
- Multi network support
- All API's return `CompletableFutures`
## Getting Started
User can
use snapshot dependencies for early access to features and fixes, refer to the Snapshot Dependencies
section. This project uses [jitpack](https://jitpack.io/docs/) for release management
Add the relevant dependency to your project:
```groovy
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.web3auth:session-manager-android:0.0.2'
}
```
### Permissions
Open your app's `AndroidManifest.xml` file and add the following permission:
```xml
```
## Requirements
- Android API version 24 or newer is required.
## 🩹 Examples
Checkout the examples for your preferred blockchain and platform in
our [example repository](https://github.com/Web3Auth/session-manager-android/tree/master/app)
## 💬 Troubleshooting and Discussions
- Have a look at
our [GitHub Discussions](https://github.com/Web3Auth/Web3Auth/discussions?discussions_q=sort%3Atop)
to see if anyone has any questions or issues you might be having.
- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to
know the common issues and solutions
- Join our [Discord](https://discord.gg/web3auth) to join our community and get private integration
support or help with your integration.