Documentation to extend accounts-base

Hi,

I am new to the Meteor framework and now starting to create an app. The existing accounts-password and accounts-ui packages do not satisfy my needs and I’m now looking to extend accounts-base. Can someone help me point to the right documentation on how to extend accounts-base? I went through the code and it is still not clear to me.

For what it’s worth, I’m using the following:

  • Meteor 1.5.1
  • React as view
  • React Native for mobile

Thanks

Found this:
https://www.rurri.com/articles/Creating-a-custom-authentication-service-in-Meteor.html

1 Like