-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PubSub events are not being triggered #10
Comments
Here is my hack to make it work. |
This is disabled for now, until we find a way to keep the user logged in after refreshing the page. Enabling it would force the user to log in after every refresh (navigation works just fine, though).
@nicolasiensen As an experiment, delete the pubsub-js dependency under j-toker, and install it directly into your own project. |
Hey @colw, thanks for it, but we are not using j-toker anymore. We had to move the project to a server-side rendering architecture, and since j-toker depends on client-side objects like |
@nicolasiensen Cool, no worries at all. |
Hi guys, I'm building out an isomorphic example app using |
Awesome @lynndylanhurley, I'm also using redux 😃 |
Cool, I'm thinking about releasing the redux wrapper as a separate project. I'm hoping to have it ready by the end of the week. |
Just a quick update, I have this working and I'm just writing the documentation. Stay tuned for a release. |
@lynndylanhurley Thanks so much for putting together a redux example! Can't wait to see it |
@jchristianhall - it's more than an example, it will be an entire library. I have it working and I'm just writing the tests now. |
@lynndylanhurley Excellent. Thanks! |
@lynndylanhurley Any word on when the redux library might be ready? |
@jchristianhall - sorry for the delay, I decided to add react-native support and it took a little longer than I thought. It should be a matter of days. |
@lynndylanhurley It's alright. Thanks for the update! |
@jchristianhall - the app is ready, please take a look: |
had a similar issue here and used @nicolasiensen hack as a temp solution. I noticed there were multiple |
Hey,
I'm trying to listen to j-toker events with PubSub, but it seems that no event is been triggered by j-toker.
I've tried to place this code
And after calling
Auth.emailSignIn
, the PubSubauth
was not triggered.Thoughts?
The text was updated successfully, but these errors were encountered: