Login state between domains

I’ve recently built my first meteor app, which has been a lot of fun and a big learning curve. Thanks for all the help along the way.

I’m moving onto building the marketing/landing pages for the app which means I’m going to have to separate domains.

app.myapp.com
myapp.com

I was hoping someone could point me in the right direction. I want to check the users login state from a separate domain so I can tailor the navbar accordingly.

ie.
if not logged in -> sign in or register
if logged in -> profile dashboard etc

I have read the kadira suggestion which sounds good however it doesn’t appear as though many people have used it so I’m guessing there is another way to do this.

Looking forward to the suggestions people give.

Kadira’s kadira:login-state package is the way to go - look no further! :slight_smile:

Thanks. I’ll give it a go. Has anyone integrated it with wordpress?