Open
Description
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 calling Amplify.Auth.rememberDevice()
.
Proposal: Remenber a device with custom device name
Amplify.Auth.rememberDevice(name: 'My Custom device name')
.