-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add authenticator callout to Android docs as well (#5434)
Co-authored-by: Thomas Leing <leint@amazon.com>
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -742,6 +742,7 @@ | |
"jcenter", | ||
"jdoe", | ||
"jetbrains", | ||
"Jetpack", | ||
"jobTitle", | ||
"jpg", | ||
"js", | ||
|
7 changes: 7 additions & 0 deletions
7
src/fragments/lib/auth/android/getting_started/05_authenticatorCallout.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Callout info> | ||
|
||
**New**: The Authenticator UI component for Android via Jetpack Compose is now available in developer preview! | ||
|
||
Once you've gone through the steps below, you can use it to automatically [add authentication capabilities to your application](#option-1-use-the-authenticator-ui-component). | ||
|
||
</Callout> |
18 changes: 18 additions & 0 deletions
18
src/fragments/lib/auth/android/getting_started/45_authenticator.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Authentication with Amplify | ||
|
||
There are two ways to add authentication capabilities to your application. | ||
|
||
### Option 1: Use the Authenticator UI component | ||
<Callout warning> | ||
|
||
**Note:** The Authenticator UI component is only available with Jetpack Compose. | ||
|
||
</Callout> | ||
|
||
The **Authenticator** is a UI component that automatically integrates with your existing Amplify configuration and allows you to easily add the entire authentication flow to your application. | ||
|
||
Visit [Authenticator | Amplify UI for Android](https://ui.docs.amplify.aws/android/connected-components/authenticator) to get started. | ||
|
||
### Option 2: Manually call the Authentication APIs | ||
|
||
Follow the instructions in [Sign In](/lib/auth/signin) to learn about how to integrate the registration and authentication flows in your application with the Auth APIs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters