Santiago Galindo
Santiago Galindo
Hi, I'm planning on using base for my next project. Is there any approximate date when this will be updated to react-router v4?
Is this project going somewhere? If it does when it would be ready for production? Thanks
Hey that sounds good, in the meantime you can have a look at this [resource](https://github.com/feathersjs/feathers-authentication/blob/master/docs/migrating.md). Good luck with your finals
Hi Scott, sure I'll have a look during this week. Thanks again for sharing your knowledge
Hi Scott, I just cloned the auk-update branch and I found an error on line 9 of the file: `src/services/viewer/hooks/index.js` where `auth.hooks.authenticate('jwt'),` should be `auth.authenticate('jwt')` since the require is `const...
Another problem that I found is when I'm testing the mutations located at `examples/mutations.graphql` where signUp works fine but `logIn` gives me this error: `Route: /auth/local - Page not found...
I'm looking at the documentation and it seems that the path is now "authentication" but strategy should be defined as local, also the config file should be double checked as...
When using oh-my-zsh I use the avit theme, and display my git name by adding `$(git config user.name)` to the _user_host function You can have a look at the whole...
Yes, I meant github user. This info is important to me when I'm in a folder that is a github repo, not on every command.
you right sorry for the confusion, but is it possible to show my git user when working on a project with git?