@johnnyicon wrote:
Hi there,
I am having trouble with setting up JWT authentication with Ember Simple Auth, Ember Simple Auth Token, and Knock on a Rails Backend.
The only part that doesn’t seem to be working is that the user does seem to be loaded into the session after being authenticated.
In summary, here’s what I have:
- Ember: login form sends email and password to Rails Backend
- Login form is using Ember Simple Auth Token’s JWT authenticator
- Rails + Knock: authenticates the credentials and returns a JWT token
- Ember: receives the JWT token and says it’s been authenticated
However, when I look at the Ember Data Store, there is no user loaded. Am I missing something here?
Posts: 1
Participants: 1