Lukas Aichbauer
Lukas Aichbauer
This is more an Sequelize question: https://sequelize.org/master/class/lib/associations/base.js~Association.html https://sequelize.org/master/class/lib/associations/belongs-to-many.js~BelongsToMany.html But I'll give you a quick example... ```js // a team can have multiple members Team.belongsToMany(User, { as: 'teamMember', // this is...
@rockers007 I am sorry I never worked with api-doc-generator... could you explain a bit more in detail what you are trying to accomplish?
@Tapasmanbz sorry for the long wait... File upload is pretty important, so this would be a good addition.
Hey @thesolyd, I have a `graphql-boilerplate` as well. There is a deploy section in the readme, should be very similar to this repo: https://github.com/aichbauer/express-graphql-boilerplate#deploy
@krzepah we would also need the check in the `authService`, right now we only use the refreshtoken for the login... see https://github.com/aichbauer/express-rest-api-boilerplate/issues/28#issue-373173955
@krzepah Could you please add information in the readme on how to use it
@krzepah thanks for your contribution... I will take a look at it within the next week...
@krzepah Thanks... Yeah, you are right about that being some kind of super token... The thing that makes this a bit more secure is: * People likes to be logged...
Alright, I see... that sounds great, everything that can be spared from a request is good... I'll take a closer look on this one...
@xfo Would you like to implement that feature? Contribution would be appreciated 👍