Replies: 1 comment 2 replies
-
Might take a while but it's definitely possible to copy the users into your database. You just need to know the hashing algorithm. I can help you implement the correct hashing algorithm, but I don't really know how to get the required hashing params/credentials. I might add a migration guide, but that's way into the future. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on moving our site away from FireBase to a Lucia + Prisma combo - But of course we don't want to lose all of our FireBase Auth accounts.
I can export users into JSON/CSV format, which includes their password hash + salt. Is there anyway I can import these users into my database for use with Lucia?
Beta Was this translation helpful? Give feedback.
All reactions