Asit
Asit
@xitanggg I'm using forceAliasAuth=true so that I can sign-in user through username(preferred username) or verified email. My only required attribute is email for sign-up a user. Your code is working...
@ianmartorell @xitanggg this is not working for me when fresh new sign up with google & im using force alias auth and only requried attirbute is email and user can...
@xitanggg @ianmartorell @THPubs specially adminCreateUser showing error: `PreSignUp invocation failed due to error TooManyRequestsException`. Why I don't know please tell me solution. whether you are facing the same issue or...
@josefaidt Yes I want to run query whether user name is available or not and that username you said is immutable basically I am asking about ``preferred_username``
> Hi @Sunsiha - Pub did not recognize the first dev preview we released as supporting web. We have released a revision which is recognized by Pub as supporting all...
@dnys1 can you tell me in my code why this portion is not working: `if (listUsersRes.Users.length === 0) { const {email = '',} = event.request.userAttributes; const newPassword = uuidv4(); const...
> Hi, I had a similar issue, try adding "disablePortal" as a property in the autocomplete > > ``` > disablePortal > /> > ``` Wow, I worked, Can I...
> I think the problem here is with `MediaRange` values. They are supposed to be in microseconds, not in milliseconds. I assume you are trying to trim the video between...