David Eugene

Results 8 comments of David Eugene

@wootsbot I've already started building something with [next-redux-wrapper](https://github.com/kirill-konshin/next-redux-wrapper) but it implies a complete refactoring of the store logic. Another solution would be to use [redux-toolkit](https://github.com/reduxjs/redux-toolkit). Is this related to what...

@specialtactics thanks for the answer. I've integrated the Auth0 JWT management and I can now login using Auth0 (Facebook, Google or anything else) and use the TokenId to call API...

A JWT Auth system is implemented within the boilerplate.

@specialtactics I could create a PR of my own implementation of Auth0 if you want.

@specialtactics in this particular case it will require some changes, there is no way to turn it on or off for example and I'm not sure it would not break...

@specialtactics I'm about to publish a PR with my own implementation of Auth0. You should probably create a Dev branch so I could publish it without affecting the main one?

@specialtactics I'm updating the code based on the latest master and my public (unauthenticated) routes don't work anymore. It happens only on endpoints that don't require authentication while being unauthenticated....

The npm rebuild node-sass command didn't work for me. I had to perform the following routine to get it to work: ``` npm remove node-sass npm install node-sass npm update...