Software Alternatives & Reviews

Role-based access systems in Node.js

JSON Web Token ExpressJS
  1. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
    Pricing:
    • Open Source
    Every logged-in user has a JWT token; we'll create a middleware that checks for a token. The presence of a token indicates that the user is logged in. This middleware will also verify the token.

    #Identity Provider #Identity And Access Management #SSO 276 social mentions

  2. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    Express.js: This makes building APIs and server-side applications with Node effortless by providing us with useful features such as routing, implementing middleware, and so on.

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

Discuss: Role-based access systems in Node.js

Log in or Post with