Building a Confidential (Server Rendered) OAuth2 Client Application using Spring Boot

Опубликовано: 09 Октябрь 2024
на канале: Java Rush
225
3

In this video, we develop a OAuth2 client application using Spring Boot and Thymeleaf. We are not ujsing any library to build it. We build everything from scratch. Find the below useful links:

GitHub Repository - https://github.com/himanshu-pareek/OA...
Github app or OAuth app - https://docs.github.com/en/apps/creat...
Registering a new GitHub app - https://docs.github.com/en/apps/creat...
Github Rest APIs - https://docs.github.com/en/rest

00:00 Introduction
01:21 Registering a new Github Application
05:41 Building an Spring Web Application
09:46 Redirect user to Auth Provider
21:43 Getting Authorization Code and State
25:43 Getting Access Token
37:00 Make API request with Access Token
46:36 Conclusion