android-credential-manager
Version:
An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google
25 lines (17 loc) • 874 B
Markdown
# Table of contents
* [👋 Welcome to Android-Credential-Manager Docs](README.md)
## 🖐️ Getting Started
* [🔧 Installation](getting-started/installation.md)
* [📃 Digitial Asset Linking](getting-started/digitial-asset-linking.md)
## ➕ Creating Credentials
* [Overview](creating-credentials/overview.md)
* [Saving Username and Passwords](creating-credentials/saving-username-and-passwords.md)
* [Creating a Passkey](creating-credentials/creating-a-passkey.md)
* [Error Handling](creating-credentials/error-handling.md)
## 🧑💻 Login Users
* [Overview](login-users/overview.md)
* [UserName and Password](login-users/username-and-password.md)
* [Passkeys](login-users/passkeys.md)
* [Google Sign In](login-users/google-sign-in.md)
* [Error Handling](login-users/error-handling.md)
* [Performance Improvements](login-users/performance-improvements.md)