Nodejs

How to authenticate user using JWTs (JSON WEB TOKEN) in NODE.JS

What is a JSON Web Token (JWT) ? JWT, access token, token, OAuth token.. what does it all mean?? Properly known as “JSON Web Tokens”, JWTs are a fairly new player in the authentication space. Being the cool new thing, everyone is hip to start usi…

How to write data in existing excel using NODE.JS

Today i finally solve a big problem in my current node js project. Actually i have a requirement to write data in existing excel document. I already have an excel so i just need to open it and write some data and then save it. But unfortunately i una…

How to set sessions in Node JS

I am working with the session today in my current node js project. Actually i am creating a login page where i need to save user data in session and display him successfully logged in page. First of all you need to install express node module "…

How to do pdf password protected in node js

Today i have a requirement in my node js project to do pdf password protect. So any one open that pdf he must be enter password then he can view the pdf content. I am doing a lots of googling but i didn't get the proper solution of it. There is n…

Load More
That is All