Massimo Galbusera

Results 63 comments of Massimo Galbusera

Hi @EduardoReolon, yes, it's trying to access database due to this configuration in your `config/auth.ts`: ``` tokenProvider: { type: 'api', driver: 'database', table: 'jwt_tokens', foreignKey: 'user_id', } ``` You need...

If you manage to do that, please open a pull request :)

You should be able to use your own fork of the library by building it, committing the build folder (not in the pull request branch please 😄 ) and then...

I @EduardoReolon, thanks! I have some questions before merging it: - by the looks of it, it should be possible to avoid requiring "mongoose" from this library? Just like there...

> I started using mongoose, then I realised it's not needed. I commented de lines e removed it from package.json whoops my mistake, I looked at one commit > Idk...

I'm working on trying to merge it, don't worry, thanks for your work!

JTI are not supported right now, but pull requests are welcome 😄

There's no "Indent JSON" menu entry when viewing a JSON file for me... this should fix it I think

> This issue is a very serious matter, we have schedulers taking 40 minutes longer than before. We downgraded to version 5.3.1 and it's super fast... We also tried 5.6.1...

> Maybe I understood you wrong. I understood you, that camelize and ucwords in Phalcon have the same memory leak. So I checked camelize and ucwords, but could only find...