Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon incompatible with latest version of ember-simple-auth #302

Closed
maxymczech opened this issue Sep 18, 2021 · 3 comments
Closed

Addon incompatible with latest version of ember-simple-auth #302

maxymczech opened this issue Sep 18, 2021 · 3 comments

Comments

@maxymczech
Copy link

This pull request has removed setup-session-service: mainmatter/ember-simple-auth#2315

Rendering ember-simple-auth-token incompatible.

@maxymczech
Copy link
Author

I apologize, after further investigation I can elaborate. I am using new embroider build system with webpack. After updating ember-simple-auth to version 4.0.0 the app I am working on was broken. The reason for this, as it seems, is simply that you don't have [email protected] in your dependencies list:

"ember-simple-auth": "^1.6.0 || ^2.0.0 || ^3.0.0"

The app works fine if I revert back to classic build, and it also works if I try and add ^4.0.0 to that dependency version list. I hope this could be just as easy as that.

@fenichelar
Copy link
Owner

@maxymczech Yes, ember-simple-auth@v4 isn't supported yet. I hope to work on this in the next few weeks.

@fenichelar
Copy link
Owner

[email protected] supports ember-simple-auth@v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants