#39 Spring Security | Google and Github Login using OAuth2

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

For More Queries WhatsApp or Call on : +919008963671

Udemy Courses:

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

A great playlist that allowed something to be remembered and something to be learned new. It's really great to be able to look at the same tasks from different angles. You are a great teacher. Thank you for the lessons and positive mood.

You don't teach, you educate! 👍

Devivl
Автор

Sir, how can I retrieve the email, mobile number, and name from Google when a user logs into an account using Google?

techyash
Автор

amazing and next level content thank you sirji ❤

TirthPrajapati-bymu
Автор

Sir please continue java development series hindi channel

shankardasdcst
Автор

is this series enough for spring boot?

pranshukumar
Автор

Sir please continue to make javascript video

dhareppabistagond
Автор

i have one question
till now we only used 1 sql DB in application
what if there are multiple DBs
How wll JPA know for which DB, we have to create which table

karangoyal
Автор

Can you show us how to replace the jsession id used by default in this with jwt token?

sanalsz
Автор

from lsof -i:8080 command you will get the process id and after getting the process id you will have to kill the process by kill -9 {process id}

sayanmanna
Автор

Can you make a video to build a react web application using Spring Security JWT

AlthafAz
Автор

Sir can you make an video about how to connect keycloak with spring boot like when user registered I want to add user in both backend and keycloak server?

narendravarmauppalapati
Автор

how to run a webapp protected by oauth2 via postman. Struggling to fetch keys after using this same method. can someone help

smyansingh
Автор

Is it not insecure to hardcode the client secret in the source code, rather keep it in a property file ? Do I have to encrypt the client secret even on the property file ?

santoshg
Автор

I have already implemented JWT authentication in my spring security. But, now I need to implement OAuth 2 google with JWT authentication where user can able to login or create using JWT or sign in with google. So, how can I make that ? Still searching for the solution ...!!

sur