feathers-starter-react-redux-login-roles icon indicating copy to clipboard operation
feathers-starter-react-redux-login-roles copied to clipboard

Production ready starter package. Local auth, roles; React-Router auth. Easily use Feathers services with Redux.

Results 21 feathers-starter-react-redux-login-roles issues
Sort by recently updated
recently updated
newest added

Been poking at this for a while now, and maybe I'm missing something obvious, but I can't seem to get the client to build. Webpack runs through its process, and...

need add ` --host 0.0.0.0 ` in build:devserver "build:devserver": "NODE_ENV=devserver webpack-dev-server --host 0.0.0.0 --config webpack.devserver.config.js --content-base public/dist/ | grep -v \"\\[built\\]\"",

useful info

1. create your admin user normally, so that the admin user already exists and the next one will be a regular user. 1. `curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H...

Here i login into a screen ![image](https://user-images.githubusercontent.com/1026325/31999511-7873518c-b961-11e7-9770-79a75f924420.png) When i try to access the url messages I get the error message Not Authorized. ![image](https://user-images.githubusercontent.com/1026325/31999524-886edaa2-b961-11e7-992f-6717cce9bae6.png) same for the /users ![image](https://user-images.githubusercontent.com/1026325/31999553-aabaa56e-b961-11e7-8e27-d208b670a3de.png) I didnt...

When I try to access /users I get a 401 not authorized, even after logging in. I can confirm there is a valid token after being logged in. I do...

importing react-tap-event throws an error and prevents the app from running

May be no good way around this, as I understand the need to .gitignore /logs but the lack of /logs/server.log is preventing npm start to work out of the box...

enhancement

How do i get the currently logged in user other than using the auth state in redux? I wish to check the permissions and filter the records for the currently...

Looks like there are some version conflicts in package.json. The following appears to fix it, but haven't confirmed it doesn't introduce any other issues, hence the lack of pull request:...