OAuth2 Social Login with Spring Boot | 'Sign in with Google' Tutorial | Spring Security

preview_player
Показать описание
In this tutorial, you will learn how to integrate OAuth2 login using social accounts like Google, GitHub, and Facebook in your Spring Boot application. We start by creating a new project and demonstrating the simplest way to implement social logins.

Then, you will learn how to build a personalized profile page that automatically loads after the user logs in. Finally, I will guide you to design a custom login screen with a customized "Login with Google" button.

📚 Chapters:
(00:00:00) Introduction
(00:01:10) 1. Setting up the project
(00:04:27) 2. Generate Google OAuth client credentials
(00:12:09) 3. Building the social login support in the simplest form
(00:14:52) 3.1. Logging in with Gmail account
(00:16:17) 4. Profile page for logged-in users
(00:23:00) 5. Custom social login button

Рекомендации по теме
Комментарии
Автор

A crisp and clear video. Thank you for explaining things in such a simple manner.

sandeepmalviya
Автор

Nice tutorial❤, Could you please create a full stack application using React + Spring Boot + Spring Security + JWT + MFA etc...

hizbusoftware
Автор

Please make a video on how to use Oauth2 in spring boot with microservices .

rajnishsingh
Автор

Can you please make a video to make our own oauth2 based login server by enhancing your last security video on JWT based authentication and authorization!

sandeepmalviya
Автор

Smooth explanation bro, after using custom-login page, /logout is not working bro? I need to manually clear the Principal(token) data by creating another API Getmapping("/logout") for that or any thing else to do?

ganeshenamala