Outternet

Results 26 comments of Outternet

I have opened a bug bounty for this issue [https://app.bountysource.com/issues/92424462-mssql-support](https://app.bountysource.com/issues/92424462-mssql-support) if that is okay with you @B4nan. @sauravyadav1958 if you can't donate with your time and it's that important for...

I don't mind donating to an almost-finished feature, I love the stability of Mikro-Orm (switched from TypeOrm) and unit-of-work of course. Bug bounties are meant to show interest in certain...

@mikenicholson a customer of mine thought it was a bit too long without updates anyway I'm afraid ;) I rewrote the library at my client's cost (and yes with tests)....

@mikenicholson I have the utmost respect for your personal problems and hope it all works out, but I have to ask you for a comment. I fear that your library...

Maybe you are right, but I prefer to wait for an answer (at least for now). The process is much simpler if this library is discontinued and referred to the...

This can be easily solved with a custom extractor, see an example of this case in the documentation of my pull request and furthermore this is not standard behaviour of...

This will not work because your token is not in a header value but in a cookie, you need to use the coockieExtractor for this. `x-auth-cookie` is not a header...

This is a good idea, I have adopted your implemetation in the major rewrite pull request.

even though the patch library works conveniently, this functionality is already in the code. Just pass the callback directly to `jwtFromRequest`.