Migrating to Version 2 issues with Parse

Good Day!

I’m trying to move my server to a self hosted server to be able to stay upto date.

However, on my logs in the parse dashboard, I am getting some warnings about deprecation.
I’m concern that I will have to change something in the backend again in the future and it’s a bit tiring to keep on changing stuff. Moralis before was super easy to use but now a lot has change.

What should I use instead of the current authMoralis?

  1. 2023-02-04T11:14:11.275Z - DeprecationWarning: The Parse Server option ‘allowClientClassCreation’ default will change to ‘false’ in a future version.
  2. 2023-02-04T11:14:11.275Z - DeprecationWarning: The Parse Server option ‘enforcePrivateUsers’ default will change to ‘true’ in a future version.
  3. 2023-02-04T11:14:11.273Z - DeprecationWarning: The Parse Server option ‘directAccess’ default will change to ‘true’ in a future version. Additionally, the environment variable ‘PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS’ will be deprecated and renamed to ‘PARSE_SERVER_DIRECT_ACCESS’ in a future version; it is currently possible to use either one.
  4. 2023-02-04T09:01:01.116Z - DeprecationWarning: auth.moralisEth is deprecated and will be removed in a future version. auth.moralisEth.enabled: true

you are referring in particular about this warning?

this is first time seeing it for me, I don’t think now that you will be affected

Yes, I’m concern that if I started using that, it will be depreciated again and I have to adapt on the last one.

you may have to update parse server from time to time in order to be up to date with security patches