Hi app heroes. Is there any chance someone knows a process to migrate users from AWS Cognito to AppWrite?
are you able to extract the data from AWS including password hashes and info about the hashing algorithm?
Hi Steven. I'm not sure if there is a way to export users with passwords. Looks like AWS are forcing you to stay with them.
If you're okay with forcing users to reset their password, you can just recreate their account in Appwrite.
Otherwise, their migration lambda trigger might be the way to go...but that migrates one at a time when the user logs into AWS. https://stackoverflow.com/questions/65177358/export-aws-cognito-users-with-password
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...