How to use a custom model with Authable?

Hi,

Looking for OAuth2 provider implementations, I’ve found Authable. The project documentation on github says that it is possible to use a custom model with one of these two options :

  1. You may change the module name from configuration,
  2. You may copy Authable.Model.XXX and update it on your app.

Can someone (may be Authable author) tell me if there’s a preferred option (or pro/cons of each option) and/or explain me the steps required ?

Thanks.

1 Like