mainmatter / ember-simple-auth

A library for implementing authentication/authorization in Ember.js applications.
https://ember-simple-auth.com
MIT License
1.93k stars 606 forks source link

Error: Could not find module `ember-simple-auth after updating to 6.0.0 in a V1 addon #2750

Open pabloascarza opened 6 months ago

pabloascarza commented 6 months ago

Hi im updating ESA to 6.0.0 in my V1 addon, and i get

Error: Could not find module ember-simple-auth/authenticators/oauth2-password-grant imported from myv1addon/authenticators/oauth2

using the 5.0.0 and below works well

Windvis commented 1 month ago

@pabloascarza Does your addon list ember-auto-import v2 as a dependency? I think that's a requirement to use v2 addons.