ExtractJwt.fromAuthHeaderWithScheme(‘JWT’)The JWT string passed at the end is case sensitive as opposed to everyone saying it isn’t.Have faced this problem a couple of times.
Sometimes it is required to just wrap up a simple NodeJS server using the ExpressJS framework and get started with building an app without getting into the complexity of creating template files and serving them. So one can just create a simple html file and serve it over the server […]
Sometimes you just need a web server in your local computer but don’t want to bother installing a full fledged software like xampp, wamp, etc. to do it. Now-a-days almost everyone in the information technology industry have come across NodeJS. For those who don’t, NodeJS is an open source javascript […]