Jilvin Jacob
Jilvin Jacob
Istanbul has a good documentation on how to integrate with mocha and submit a report to coveralls. Maybe its better to show the same instruction here in the README.md or...
@Xalior I was thinking maybe we could add some comment lines in code where it is used to make it clear to everyone including beginners like me.
I am sorry. I thought that the purpose of an example repo was to show everyone recommended usage of Passport. Cheers. On Thu, Mar 19, 2020, 9:08 PM D. Rimron-Soutter...
@Xalior I understand that it's pretty much the basics of Node.js. The issue is that most developers(including me) are not aware of constructs like `process.nextTick()`. It would be helpful if...
@Xalior It seems the behavior of `process.nextTick()` has changed since node v11. I was thinking of getting more knowledge on the usage of the subject from production level developers, that...
@Xalior I agree with you that its not the job of a feature, function or framework specific tutorial to teach anyone generic node code. It's just a harmless suggestion to...
@Vincent440 Hey. @Xalior shared their opinion on the matter. Don't take it personally. I am sure it was not intentional. And please retract your comment. Let's keep the discussion clean....
@moneroexamples I am currently using crow with apache2 server. HTTPS encryption is functional between Apache server and the client.
Is there someway we can support JWT instead of cookie? I was working on a project where we have to support clients other than web browsers and was looking to...