Use React and Spring Boot to Build a Simple CRUD App

preview_player
Показать описание
React is one of the most popular JavaScript frameworks, and Spring Boot is wildly popular in the Java ecosystem. This screencast shows you how to use them in the same app and secure it all with Auth0 by Okta.

Table of Contents:

00:00 - Hello, developers!
01:20 - Install prerequisites
01:48 - Create an API app with Spring Boot
02:49 - Add a JPA domain model
08:19 - Create a React UI with Create React App
09:59 - Call your Spring Boot API and display the results
11:10 - Build a React GroupList component
13:20 - Add a React GroupEdit component
15:49 - Add Authentication with Auth0
21:35 - Add Authentication with Okta
24:37 - Configure Spring Security for React and user identity
32:06 - Modify React to handle CSRF and be identity-aware
36:10 - Configure Maven to build and package React with Spring Boot
40:51 - Thanks for watching!

#React #SpringBoot #Java
----
Auth0 by Okta is a developer API service that stores user accounts for your web apps, mobile apps, and APIs.
Рекомендации по теме
Комментарии
Автор

I would like to know a little more about your shortcuts/templates. It was nice and fast

rudineyh
Автор

26:36 That Stack Overflow question sure looks familiar. (I'm the one who asked it.) 😆

gglenb
Автор

I like your video but i'd like to know about these shortcuts you used. Or if you can tell me where you talked about it :)

lucianoadrianflores
Автор

Please Let us know which Intelij IDEA theme are you using ? your IDE Looks so clean

enamahmedshahaz
Автор

Hello Sir, I encountered a problem when trying to read the CSRF token from the header. When I console log the cookies, they appear as an empty object. I followed the same procedure that you applied in your code. Can you please help me with this?

MirwaisFaizi
Автор

Which plugin do you use for shortcuts?

burakkilinc
Автор

Hey man whats ur intell ij theme and plugins?

pratikbhagwat
Автор

Cloned auth0 repo, getting the following error when saving new group:
Unable to find with id

zander