(FEATURE REQUEST) Allow users to set friendly name to remembered devices. #5939
Labels
auth
Issues related to the Auth Category
feature-request
A request for a new feature or an enhancement to an existing API or category.
Actually with the client library a user can choose to remember a device or not. When the remembered devices are fetched, their names are all
null
. It will be very helpful to add a the capability to set a device name when callingAmplify.Auth.rememberDevice()
.Proposal: Remenber a device with custom device name
Amplify.Auth.rememberDevice(name: 'My Custom device name')
.The text was updated successfully, but these errors were encountered: