ember-simple-auth
ember-simple-auth copied to clipboard
Create store.js
Explicitly define store, to suppress deprecation warning, which appeared after logging in.
DEPRECATION: You are relying on ember-data auto-magically installing the store service. Use `export { default } from 'ember-data/store\';` in app/services/store.js instead [deprecation id: ember-data:deprecate-legacy-imports] This will be removed in ember-data 6.0.
It is not clear to me if the other examples (classic-test-app and test-esa) also need this store.js file, as I see no site at all and lots of Content-Security-Policy warnings in the console.
test-esa is a pretty much empty app exclusively for unit tests.
classic-test-app should work though and this was the reason why it didn't.
Not needed anymore.