Alex Mueller

Results 19 comments of Alex Mueller

Hi all. I had a similar issue with authorization, though my error message was slightly different. Mine was related to a newline character being included in my tokens by following...

@manjeet13 this project uses https://github.com/OptimalBits/node_acl for its ACL dependency. Their documentation should help. If you keep having issues, feel free to open a new issue here in our project, though....

@peterramsing that's a great idea and I love that your mind jumped to environment variables. Some initial thoughts: - The variable may be best expressed as a number of days....

Thanks for such a well thought out response, this is great. I suppose at this point I should specify that one of my goals with this project is to not...

Looks good! This can be something we discuss a little more tomorrow morning.

@vrghost242 Did you ever get this resolved? I'm running into the same issue as well and my setup is nearly identical to yours in customizing the middleware function call.

@vrghost242 I did a bit more digging and the issue on my end appears to be that I'm not connecting to the database. Adding the line `console.log(err);` [here](https://github.com/OptimalBits/node_acl/blob/master/lib/acl.js#L696), I get...

@vrghost242 no worries, I got it working! It was a really dumb mistake on my part. In my app file, while bootstrapping the application, I required the route files before...

Hi all, I needed to build in authentication and authorization to an Express app recently and came across this issue. This discussion was very helpful, especially the examples by @icompuiz....