-
## Version **5.1.1** of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) was just published.
Branch
Build failing 🚨
Depend…
-
When calling Ember.run during test setup, I get the following error:
Error while loading route: TypeError: 'null' is not an object (evaluating 'get$(get$(this, 'auth'), '_session').retrieve')
at…
-
As soon as you are done with the refactoring and removal of dependencies I would like to touch base with you on Ember bindings. Your experience with ember-beercan should be very useful in this context…
-
I keep getting this error when I first run my ember app. Looking at the [docs](https://developers.google.com/tag-manager/devguide) it seem that it my be related to the datalayer, but I cannot see how …
-
Hi,
I really enjoyed your tutorial, however I'm having an issue with Session.content. Perhaps I've missed a step. When I refresh the page, I'm still logged in, but the all the data in Session.cont…
-
I was thinking about improving security when making use of the cookie store and was wondering if we could make use of HttpOnly cookies when using ember-simple-auth, and it seems that it actually is po…
-
Access tokens are bearer tokens, so they contain the information regarding what this user is allowed to do.
Scenario:
1. Administrator increases the rights of the logged in user.
2. User has to w…
-
It seems that to safely use ESA in an application test requires each app to wrap any action handlers that trigger async methods on the ESA session with the `waitFor` decorator from `@ember/test-waiter…
-
Hello! I'm trying to validate fields on submit click to show errors. But it only validate the main model, it associated fields do not. But the nested fields show the errors individually by events.
…
-
Would it be possible to add a logout button to the app and status based on whether the user is logged in? Currently if you refresh the UI is reset.