Patrick Borowy
Patrick Borowy
Hi, could you provide your error and if possible an example of your app ? This project uses Sequelize to manage the database. You can find the documentation [here](http://docs.sequelizejs.com/manual/associations.html) ;...
I don't see any part of the doc that specify the usage of .associate, maybe i'm wrong and someone could correct me up; If I understand your problem properly I...
Hello there, Sorry for the delay, I've started working with something else than express (polka) ; and it delayed this issue in my priorities. I'd be happy if you could...
I've never really understood the concept of sending a refreshToken ; it always reminded me of a super JWT that could get compromised just as well but never had any...
~~https://tools.ietf.org/html/rfc6749#section-6 That should make everything clear~~ edit: that's the oAuth rfc :gun: :') [Here's](https://github.com/aichbauer/express-rest-api-boilerplate/pull/43) a proposal PR using a refresh endpoint instead of sending it over & over again. Let...
What do you think of a solution alike to [passport](http://www.passportjs.org/docs/) or even [node-oidc-provider](https://github.com/panva/node-oidc-provider) ?
Hi, They are not meant login again, it is up to the client to request the token Refresh. Also, it is not meant to be used again with username and...
Thanks a lot, if you think it's not such a great idea at all (for whatever reason), i'll implement it just the way you asked o7
I expended the `should invoke action in the worker & update both states` test to try some batching in there. I'm not sure this is answering correctly to your question,...
Hei, Pretty sure the PR is buggy, I've problems when a project is built. I will need to dig in to find what's happening, "tagging" it as WIP until then...