Yury Dymov

Results 28 comments of Yury Dymov

Sounds good to me.

@lvauvillier, @apsavin Maybe we could leave `normalize` as it is and do as @lvauvillier suggests?

@NathanCH Meta should be also available. Please create a separate issue and provide your BE response and what you are getting after `normalize` call. Or you may read the source...

@kud this looks great :) Might be helpful for some other folks

Hi @apsavin, I am using flow in my projects as well, and I considered to add it here. I am a bit busy nowadays, so this might be shipped in...

@emp823 looks great! Would be more than happy to accept a good PR, once ready

Thank you for raising this! Would gladly merge the PR for that. The change, which might have affected this behavior is using core-js for polyfiling. Unfortunately, I don't have a...

I implemented server-side fetch in my fork: https://github.com/yury-dymov/redux-oauth Implementation details: 1) I added new server action to update headers in redux without touching user; 2) In fetch in getAuthHeaders and...

@lynndylanhurley in my fork I dropped multiple endpoint support and it might take too much time from my side to merge my changes and test if I haven't forgot something...

@dpereira411, have you added AuthGlobals component to your root template? Have you executed configure from 'redux-auth'?