Skip to content

Commit 061cff8

Browse files
authored
Merge pull request #64 from android/alabiaga-patch-1
Update README.md
2 parents 6c51f04 + 9024835 commit 061cff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CredentialManager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This sample app implements the following use cases :
3434
* Logout of the application.
3535
* On Main screen, Go to sign in.
3636
* You can either sign in through passkeys or username & password. Please note this sample app uses a
37-
mock server so username & password are not being validated. Yu can do that at your backend before
37+
mock server so username & password are not being validated. You can do that at your backend before
3838
letting the user in.
3939
* Logout of the application.
4040
* On Main screen, Go to sign up.
@@ -48,7 +48,7 @@ This sample app implements the following use cases :
4848
* Android Studio
4949
* Java 11
5050
* Kotlin plugin version : 1.8.10.
51-
* The sample app uses Credential Manager API version 1.0.0-alpha06
51+
* The sample app uses Credential Manager API version 1.3.0-alpha01
5252
* Android device running Android 5 or higher.
5353
* This sample app requires digital asset linking to a website for credential manager api to validate the linking and proceed further, so the rp id used in the mock responses is from a mocked 3P server(Glitch.me). if you want to try your own mock response, try adding your app domain and dont forget to complete the digital asset linking as mentioned [here](https://developer.android.com/training/sign-in/passkeys#add-support-dal).
5454
* Use the same debug.keystore mentioned in the sample project to build debug and release variants in order to verify the digital asset linking of sample app package name and sha on your mock server. This is already being done for you in build.gradle.

0 commit comments

Comments
 (0)