Best of AuthenticationOctober 2021

  1. 1
    Article
    Avatar of bitBits and Pieces·5y

    Best Practices for Using JWT

    JWT tokens are widely used in applications to share security information. Still, they are not entirely foolproof and could open doors for attackers. We can avoid these shortcomings if we use JWTs correctly. In this article, I will discuss 5 best practices you need to follow when using JWT.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Secure Your React.js Application

    React.js is a scalable open-source JavaScript library and is one of the most commonly used front-end frameworks out there today. It's dynamic and is easy to get started with if you want to create interactive web applications with reusable components. But there are some thing you need to be aware of when using it for your projects.

  3. 3
    Article
    Avatar of devtoDEV·4y

    Authentication and Authorization with JWTs in Node && Express.js

    In this tutorial, we'll learn how to build an authentication system for a Nodejs & Express application using JWT. We'll be working on the project of this tutorial Build an API using Node, Express, MongoDB, and Docker . You can find the code source for this tutorial here.

  4. 4
    Article
    Avatar of devtoDEV·5y

    React User Authentication - Using JWT (Json Web Tokens)

    This article explains how to Add User Authentication to React. We will start using an open-source template and mention all implementation steps that enhance the codebase. In the end, the project will be able to register and authenticate users. The template used in this article is React Soft Dashboard by Creative-Tim.

  5. 5
    Article
    Avatar of stackovStack Overflow Blog·5y

    Best practices for authentication and authorization for REST APIs