Open marbemac opened 11 years ago
Hi, I've created a simple example so you can reproduce the issue. The repo is here:
https://github.com/marbemac/ember-auth-test/tree/master
Instructions to run it are in the readme. It's just a basic expressjs app with brunch.
Yeah, also finding this, even using the custom
session shows that the store
hook to save the token is never called.
Also, there is no request post sign in to grab the user details. I'm using this in a expressjs app using brunch (http://brunch.io/). I'm using ember data. See the attached screenshot for an example of what's happening. Notice that it's also not including an authToken on the subsequent request. However, handlebars templates DO respond to auth.signedIn correctly. Any idea on how to start debugging this? I have ember auth working in a separate rails app. Thanks! I've really been enjoying ember auth.