rp
01/14/2022, 7:56 PMrp
01/14/2022, 7:57 PMrp
01/14/2022, 7:58 PMoriginalRenderPage
is.Bruno Diferente
01/14/2022, 8:01 PMrp
01/14/2022, 8:02 PMrp
01/14/2022, 8:03 PMBruno Diferente
01/14/2022, 8:05 PMrp
01/14/2022, 8:06 PM<SignInUp />
components in the dynamic wrapper?rp
01/14/2022, 8:06 PMBruno Diferente
01/14/2022, 8:13 PMrp
01/14/2022, 8:13 PMSignInUp
component?Bruno Diferente
01/14/2022, 8:34 PMolhapi
01/15/2022, 1:30 PMrp
01/15/2022, 1:32 PMrp
01/15/2022, 1:37 PMolhapi
01/15/2022, 2:48 PMrp
01/15/2022, 2:50 PMEmailPassword.updateEmailOrPassword
. Instead, you should use ThirdPartyEmailPassword.updateEmailOrPassword
. Also, you can't update the email if someone used social login - since they need to do that on the socail provider's side and relogin to your app for the email to be updated.rp
01/15/2022, 2:51 PMgetUsersNewestFirst
returns. You need to paginate across them to see all users. If you do this, you should see the same result as you are seeing in the CSV.olhapi
01/15/2022, 3:33 PMrp
01/15/2022, 3:40 PMrp
01/15/2022, 6:13 PMsmoleniuch
01/16/2022, 12:56 PMrp
01/16/2022, 1:02 PMsmoleniuch
01/16/2022, 1:16 PMsmoleniuch
01/16/2022, 1:16 PMrp
01/16/2022, 1:19 PMparams
object may not always work.
On the other hand, allowing users to make their own version of getProfileInfo
would work, but that's the same as just providing the access token and telling users to query (which is possible not anyway).
Any other ideas?smoleniuch
01/16/2022, 1:21 PMsmoleniuch
01/16/2022, 1:21 PMrp
01/16/2022, 1:24 PMgetProfileInfo
would need to become more relaxed. Will need to think about the best way to make this possible - but it certainly would be possible.
Could you please open an issue about this on our github?smoleniuch
01/16/2022, 1:37 PM