From bee12192cdac6f90e240360bb29f66bb5cd98054 Mon Sep 17 00:00:00 2001 From: Bannon Tanner Date: Thu, 26 Jan 2023 17:05:11 -0600 Subject: [PATCH] added individual callouts to device tracking feature requests per platform --- .../auth/android/device_features/40_trackDevice.mdx | 1 + .../lib/auth/common/device_features/common.mdx | 11 ++++++++++- .../auth/flutter/device_features/40_trackDevice.mdx | 1 + .../lib/auth/ios/device_features/40_trackDevice.mdx | 1 + .../lib/auth/js/device_features/40_trackDevice.mdx | 1 + 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/fragments/lib/auth/android/device_features/40_trackDevice.mdx create mode 100644 src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx create mode 100644 src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx create mode 100644 src/fragments/lib/auth/js/device_features/40_trackDevice.mdx diff --git a/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx b/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx new file mode 100644 index 00000000000..4a02e273811 --- /dev/null +++ b/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx @@ -0,0 +1 @@ +You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-android/issues/2258). \ No newline at end of file diff --git a/src/fragments/lib/auth/common/device_features/common.mdx b/src/fragments/lib/auth/common/device_features/common.mdx index d0f41e40787..0df5eb222fd 100644 --- a/src/fragments/lib/auth/common/device_features/common.mdx +++ b/src/fragments/lib/auth/common/device_features/common.mdx @@ -98,5 +98,14 @@ import flutter11 from "/src/fragments/lib/auth/flutter/device_features/30_fetchD * **Forgotten** * In the event that you no longer want to remember or track a device, you can use the `Auth.forgetDevice()` API to remove this device from being both remembered and tracked. +import js12 from "/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx"; +import flutter13 from "/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx"; +import ios14 from "/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx"; +import android15 from "/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx"; + ## Known Limitations -When using the federated OAuth flow with Cognito User Pools, the [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are currently not available within the library. If you are looking for this feature within the library, please open a feature request [here](https://github.com/aws-amplify/amplify-js/issues/new?assignees=&labels=feature-request&template=feature_request.md&title=) and provide upvotes in order for us to take this into consideration for the future of the library. +When using the federated OAuth flow with Cognito User Pools, the [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are currently not available within the library. + + + + diff --git a/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx b/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx new file mode 100644 index 00000000000..c82a5dd63b0 --- /dev/null +++ b/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx @@ -0,0 +1 @@ +You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-flutter/issues/1515). \ No newline at end of file diff --git a/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx b/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx new file mode 100644 index 00000000000..c63d737891b --- /dev/null +++ b/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx @@ -0,0 +1 @@ +You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-swift/issues/2708). \ No newline at end of file diff --git a/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx b/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx new file mode 100644 index 00000000000..0a9130d9f06 --- /dev/null +++ b/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx @@ -0,0 +1 @@ +You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-js/issues/9318). \ No newline at end of file