Skip to content

Commit caa1144

Browse files
committed
Updated README with more descriptions of samples and key branches
1 parent 851a04f commit caa1144

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@ Android Identity Samples Repository
33

44
This repository contains a set of individual Android Studio projects to help you get
55
started writing/understanding Android identity features.
6+
7+
There are 2 main branches, `main` and `credman-compose`.
8+
9+
Branch `main` contains the primary samples for Credential Manager:
10+
* `CredentialManager` - Simple app demonstrating how to use basic Credential Manager functions
11+
* `CredentialProvider/MyVault` - Simple credential provider app implementation
12+
* `SmsVerification` - Legacy sample using Play Service's SMS Verification APIs
13+
* `WebView` - Contains 2 folders. `CredentialManagerWebView` contains code snippets to use
14+
Credential Manager with WebView. `WebkitWebView` contains a sample app that uses the Webkit
15+
library to implement passkey creation in WebView
16+
17+
Branch `credman-compose` notably contains 2 `Shrine` samples:
18+
* `Shrine` is a more developed mobile app featuring best practices and recommended UX when
19+
using Credential Manager. The sample features multiple methods of sign-up, sign-in, settings
20+
configuration, and session management.
21+
* `Shrinewear/appkt` is a Wear app that works together with the Shrine mobile app. It features
22+
seamless authentication via passkey and Sign-in-with-Google logins.

0 commit comments

Comments
 (0)