Learn About API Authorization In Node.js

In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions. How it Works: Let’s take a quick look on how the work is going to be done. Generating a customized token by each HTTP request. Pass it through request header(x-access-token) Server extract the token from each […]

Basic Templating NodeJS

Previously we learnt about how to simply starting up with nodejs & implementing package manager. Below link you can have an overview on startup NodeJS. Startup NodeJS Package Manager NodeJS Now we are going to explore basic single page templating with angular ui routing. Table of Content: Creating Layout Page Implementing Angular UI Routing Using Partial Views Let’s […]

1 2 Next »