Best of JWT — August 2023
- 1
- 2
asayer·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
Hacker 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
AWS 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.