Nick Schot
Nick Schot
Would need a "back" port to master as well, as I see the implementation has changed.
ember-welcome-page is another fine example of this. See: https://github.com/ember-cli/ember-welcome-page and more specifically: https://github.com/ember-cli/ember-welcome-page/blob/master/addon/templates/components/welcome-page.hbs I think some similar pointers to docs/gitter etc. would be great. A simple way to disable/remove the...
No, that's still needed if we want it to be visible on '/' (which we want).
Heroku deployment is luckily pretty easy right now (not sure how it was back in August). I could write something when the docs come online.
If this is to be "solved" in the example app by using basic auth, I could make a PR.
@zacharygolba when you pass the following POST request to the `/users/login` route in the social-network example: ``` json { "data": { "type": "users", "attributes": { "email": "[email protected]", "password": "qwerty12345" }...
I have "bypassed" this by creating a separate (model-less) `auth` controller. I might update the social-network example in lux-jwt to reflect this change as I think it's a good one....
This seems like it may be related to #16349, #20038 and #20512 as well and indeed still occurs in ember 5.
I don't know when this came back (or if it was ever truly fixed), but I just ran into this issue with ember-source 5.6, also related to https://github.com/emberjs/ember.js/issues/20512 . Either...
Still seems to be a problem with ember-cli-babel 8 (embroider safe) w/ core-js 3. Attempting to use `useBuiltIns: 'usage'` will add the imports, but gives a runtime error that the...