Migrating self hosting

I’m currently migrating from a moralis-hosted server to own self hosted parse server. We used username/password authentication on our own existing moralis-hosted server and there seems to be no documentation regarding migrating this.

Any idea? I can migrate the mongodb data from moralis-hosted to own self hosted but in the code https://github.com/MoralisWeb3/Moralis-JS-SDK/tree/main/demos/parse-server-migration i don’t see any username/password auth

Hi @UltraKenchie

Have you tried using the signup and login functions?

Parse server also has native support for creating users with email/username, So you can also define your backend authentication logic for creating users with email/username , and password.
https://parseplatform.org/Parse-SDK-JS/api/v1.11.1/Parse.User.html#.signUp