mainmatter / ember-cli-simple-auth-torii

Ember CLI Addon for the Ember Simple Auth Torii package
https://github.com/simplabs/ember-simple-auth/tree/master/packages/ember-simple-auth-torii
MIT License
7 stars 11 forks source link

cannot find base module #19

Closed shicholas closed 8 years ago

shicholas commented 8 years ago

I am getting this error:

Uncaught Error: Could not find module `simple-auth/authenticators/base` imported from `simple-auth-torii/authenticators/torii`

could this be related to https://github.com/simplabs/ember-cli-simple-auth/issues/42?

marcoow commented 8 years ago

If you're using Ember Simple Auth 1.x you don't need this package anymore as all the functionality is already included in the main ember-simple-auth package now.

shicholas commented 8 years ago

Thank you for clarifying!