In a common web application, the credentials used to authenticate a user will only be transmitted during the login request. Passport will establish a persistent… Read More
Tag Archives: EJS-Templating Language
Template Engine : A template engine basically helps us to use the static template files with minimal code. At runtime, the template engine replaces all… Read More
EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. It is possible to access JS variable in .ejs file.… Read More