Best of AuthorizationApril 2024

  1. 1
    Article
    Avatar of cerbosCerbos·2y

    A Complete Guide to Next.js Authorization

    Learn about authorization in Next.js using Cerbos, an open-source authorization project. Understand how authorization works, how to integrate it into a Next.js application, and implement attribute-based access control (ABAC) and role-based access control (RBAC).

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to Learn Kubernetes (Complete Roadmap & Resources)

    Learn about the prerequisites, architecture, setting up a cluster, pods and associated resources, securing a cluster, configuration management, the operator pattern, deploying microservices, online resources, and real-world case studies for Kubernetes.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Authentication and Authorization in Node.js Applications

    This guide explores authentication and authorization concepts in Node.js applications. It covers various authentication methods, such as username and password, token-based authentication with JWT, and OAuth for third-party authentication. It also discusses role-based authorization and security best practices.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Implementing Role-Based Access Control (RBAC) in Node.js

    This post provides a comprehensive guide on implementing Role-Based Access Control (RBAC) in Node.js. It explains the concept of RBAC, its benefits, and walks readers through the process of implementing RBAC in a Node.js application. The post also discusses best practices and security considerations for RBAC implementation.

  5. 5
    Article
    Avatar of cerbosCerbos·2y

    Authorization vs authentication

    Learn about the difference between authorization and authentication and how they work together to grant access to digital resources.

  6. 6
    Article
    Avatar of cerbosCerbos·2y

    Revolutionize your authorization with Cerbos: A comprehensive video demo

    Cerbos is a solution for managing complex authorization schemes, streamlining authorization logic, and securing applications. The video demo showcases how Cerbos Hub handles authorization and offers valuable insights into modern authorization practices.

  7. 7
    Article
    Avatar of sitepointSitePoint·2y

    Using JSON Web Tokens with Node.js — SitePoint

    Learn about JSON Web Tokens (JWTs) and how they can be implemented for secure authentication in Node.js API. The article covers the process flow of JWT, building a REST API with JWT authentication, and handling common FAQs about JWTs.