aws-sdk-react-native
aws-sdk-react-native copied to clipboard
Developer authenticated identies
As far as I can tell this is not currently supported. Not too sure how this could work with the current setup.
let logins = {};
logins['cusom.provider.id'] = serverResponse.Token;
AWSCognitoCredentials.setLogin(logins)
Errors with: "Please provide a valid public provider"
Is this a workflow that could be supported, it doesn't seem to make sense to offload the authentication to a custom provider in native code for each platform.
The JS code makes the request and gets a valid IdentityId and Token, but doesn't seem to be a native way to then set that.
+1
+1