Software Alternatives & Reviews

Add Authentication to Any Web Page in 10 Minutes

Webpack ExpressJS
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    To keep the demo simple, we do not use a package manager such as Webpack, we will retrieve the Authgear Web SDK from Authgear's CDN using IIFE(Immediately-invoked Function Expression) bundle. We can reference a script in our HTML directly:.

    #Web Application Bundler #JS Build Tools #Module Bundler 220 social mentions

  2. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    In this part, you'll make a simple website server to host the SPA app using ExpressJS. We'll also use it to serve our HTML page and any assets it needs, like JavaScript, CSS, and so on. Start with making a new folder on your computer to keep the app’s source code (In the example, we call it authgear-spa-js-login). Then, initialize a new NPM project by running the following command:.

    #JavaScript Framework #Node.js Framework #Web Frameworks 425 social mentions

Discuss: Add Authentication to Any Web Page in 10 Minutes

Log in or Post with