Best of JWTApril 2024

  1. 1
    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.

  2. 2
    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.