Best of JWTAugust 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Auth.js

    Use with any OAuth 2 or OpenID Connect provider - Built in email / passwordless / magic link. Use with any username / password store.

  2. 2
    Article
    Avatar of asayerasayer·3y

    React: Performing Authentication with JWT

    This article will discuss how to perform JWT authentication in a React app. We will cover the steps involved in setting up a backend JWT endpoint, signing up and signing in from your React app, and protecting routes with JWT validation. You will use a custom-built Express server API to relay the JWT token for a user.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    How to manage state in Next.js 13 using Redux Toolkit.

    We will go through a real world example whereby, we need to store authentication data in redux state and in this case, it will be persisted. We will also access this data in the some of the components that need it. We will use Redux Toolkit to manage state in Next.js.

  4. 4
    Article
    Avatar of awstipAWS Tip·3y

    Laravel Authentication and Authorization: JWT and Policies

    Laravel Authentication and Authorization: JWT and Policies are PHP classes that implements access control and hence authorization by defining authorization logic for a given model or resource. Every content that may be served by an API may be considered as a resource. This includes images as well as data stored in the database.