Share JWT Across Multiple Ember Apps

I am trying to share a JWT across multiple Ember applications. I’m currently using ember-simple-auth and ember-simple-auth-token to generate my tokens. All is fine for generating the token for the application I use for user login. However, when I try to link to another application, I am unable to pass the token along.

How are you trying to share the token?

@alexspeller, I have figured out the solution, using a cookie generated by ember-simple-auth. I will share the solution after I verify that all is working properly. Thank you for your response.