Full Stack OAuth 2 - With Spring Security / React / Angular - Part 1

Опубликовано: 05 Октябрь 2024
на канале: Laur Spilca
34,550
657

In this live event, we discuss implementing authentication with OAuth 2 / Open ID Connect from backend to frontend. My guest, Liviu Bobocu, frontend expert, will help me prove the implementation of a frontend solution. This frontend solution will use a Spring-driven authorization and resource server.

What you'll learn:

How to create a Spring Security authorization server using the new authorization server project
How to configure a Spring Security resource server with JWT authentication
How to build a React frontend client which authenticates using JWT
How to build an Angular frontend client which authenticates using JWT
Best practices for your authentication implementation on both backend and frontend

Code on GitHub: https://github.com/lspil/full_stack_o...