How to substitute the Meteor Accounts package?

Has anyone substituted out the Meteor Accounts package for a React-based solution? If so, what did you use?

Hello,

I do not really see the meaning of your question…
Meteor accounts is basically something that is server side, whereas React is only client side…

Can you elaborate on your question ?

Sure. I am using React for the front-end and do not want to use Meteors Accounts package. So what options are there?

You have auth0

If you use meteor as backend, then I do not really undestand your choice as it is a really bullet proof solution.

You can keep the Accounts packages on Server/client-sides.
But you can customize your UI for the accounts system.

You just need to call the good functions and handles your forms.

1 Like

I’m trying to remove Meteor form my application gradually.