Главная
Study mode:
on
1
Intro
2
Welcome
3
Starter Code and Dependencies
4
Begin Redux: authSlice
5
baseQuery
6
baseQuery with re-authorization wrapper
7
apiSlice
8
Extend the apiSlice to auth
9
Configure the Redux store
10
Begin React: index.js
11
Layout component
12
Public component
13
Redux: Export useLoginMutation
14
Login component
15
RequireAuth component
16
Welcome component
17
App.js routing
18
Node.js Backend Review
19
Test the Login flow
20
Redux: Extend the apiSlice to users
21
React: UsersList component
22
Update App.js routing
23
JWT Auth Flow and RTK Query Cache
Description:
Learn how to implement a React Redux login authentication flow using JWT access and refresh tokens, secure cookies, and an RTK Query base query reauthentication wrapper. Follow along as the tutorial guides you through setting up the Redux store, creating necessary components, and integrating with a Node.js backend. Explore concepts such as authSlice, baseQuery, apiSlice, and routing in React. Gain practical knowledge on implementing user authentication, protecting routes, and managing the JWT auth flow with RTK Query cache. Perfect for developers looking to enhance their web application's security and user management capabilities.

React Redux Login Authentication Flow with JWT Access, Refresh Tokens, Cookies

Dave Gray
Add to list