File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,20 @@ Android Identity Samples Repository
3
3
4
4
This repository contains a set of individual Android Studio projects to help you get
5
5
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.
You can’t perform that action at this time.
0 commit comments