Skip to main content

Posts

Showing posts from July, 2020

Authentication Using Passport JS

Authentication is big and most complicated part of an application, but it is also the  preponderance  part of any web app/software in general. Passport JS Passport JS is a widely popular authentication module for  Node js.  The sole purpose is to authenticate requests and is based on the idea of pluggable authentication strategies ( including local strategy, there are more than 500 strategies currently  available  ). When using third party application Your app never receives your password  thus freeing the developer from the burden of security related to handling and storing passwords. The Passport authentication and its strategy will include protection against attacks like “man in the middle” and other vectors an attacker might exploit. We are going to use Facebook strategy, for now, to install Passport and Facebook strategy type in the following command: Next, we are going to write the authentication code, and we’ll be creating a different module cal...

TOP 10 Things Pro Players NEVER DO!

Table of Content Never reload without cover  Never challenge gunfights without cover Never enter corners without sliding or jumping Never play with thumbs only Never ignore the mini map Never challenge gunfights with low hp Never post up in buildings without a trophy system Never tunnel visioning Never use a laser sight Never move front and back No. 1 : Always reload with a cover : I have seen so many new players reloading without a cover or just running around from place to place without a cover, due to this the enemies can easily target you. Take a look out one of the best player in CODMobile , iFreg, look how he always reloads with a cover and avoid pointless shots. ( Link for the video ) Fig.1. iFreg reloading with a cover No. 2 : You + Gunfights + Cover = 100% Winner : I cannot stress on this on, gentlemen when you are taking on an opponent always remember to take a cover and then shoot, if you don't have a cover, it's okay for your teammates with better cover to do the j...