I don\'t understand how I\'m supposed to include my custom authenticator and custom authorizor with ember cli.
Where to put it and what to include and how to do it. The
Change that to:
... import Base from "simple-auth/authenticators/base"; export default Base.extend({ ...